From b0e170f529521e8e44a85b83af5c5e18458c31e1 2013-05-21 22:35:18 From: Brian E. Granger <ellisonbg@gmail.com> Date: 2013-05-21 22:35:18 Subject: [PATCH] Moving files inside js folder. --- diff --git a/IPython/frontend/html/notebook/static/ipython/base/custom.js b/IPython/frontend/html/notebook/static/ipython/base/js/custom.js similarity index 100% rename from IPython/frontend/html/notebook/static/ipython/base/custom.js rename to IPython/frontend/html/notebook/static/ipython/base/js/custom.js diff --git a/IPython/frontend/html/notebook/static/ipython/base/events.js b/IPython/frontend/html/notebook/static/ipython/base/js/events.js similarity index 100% rename from IPython/frontend/html/notebook/static/ipython/base/events.js rename to IPython/frontend/html/notebook/static/ipython/base/js/events.js diff --git a/IPython/frontend/html/notebook/static/ipython/base/namespace.js b/IPython/frontend/html/notebook/static/ipython/base/js/namespace.js similarity index 100% rename from IPython/frontend/html/notebook/static/ipython/base/namespace.js rename to IPython/frontend/html/notebook/static/ipython/base/js/namespace.js diff --git a/IPython/frontend/html/notebook/static/ipython/base/page.js b/IPython/frontend/html/notebook/static/ipython/base/js/page.js similarity index 100% rename from IPython/frontend/html/notebook/static/ipython/base/page.js rename to IPython/frontend/html/notebook/static/ipython/base/js/page.js diff --git a/IPython/frontend/html/notebook/static/ipython/base/pagemain.js b/IPython/frontend/html/notebook/static/ipython/base/js/pagemain.js similarity index 100% rename from IPython/frontend/html/notebook/static/ipython/base/pagemain.js rename to IPython/frontend/html/notebook/static/ipython/base/js/pagemain.js diff --git a/IPython/frontend/html/notebook/static/ipython/base/utils.js b/IPython/frontend/html/notebook/static/ipython/base/js/utils.js similarity index 100% rename from IPython/frontend/html/notebook/static/ipython/base/utils.js rename to IPython/frontend/html/notebook/static/ipython/base/js/utils.js