diff --git a/notebook/static/notebook/js/commandpalette.js b/notebook/static-src/notebook/js/commandpalette.js similarity index 98% rename from notebook/static/notebook/js/commandpalette.js rename to notebook/static-src/notebook/js/commandpalette.js index f8a39ca9b..f242aec79 100644 --- a/notebook/static/notebook/js/commandpalette.js +++ b/notebook/static-src/notebook/js/commandpalette.js @@ -1,7 +1,6 @@ // Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. -define(function(require){ "use strict"; var QH = require("notebook/js/quickhelp"); @@ -174,5 +173,4 @@ define(function(require){ mod.modal('show'); }; - return {'CommandPalette': CommandPalette}; -}); + module.exports = {'CommandPalette': CommandPalette};