From 32c9cf4aad4873a54f9192f9eabec4824f5af3bc Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Wed, 15 May 2013 15:45:17 -0700 Subject: [PATCH] Moving files inside js folder. --- .../frontend/html/notebook/static/ipython/base/{ => js}/custom.js | 0 .../frontend/html/notebook/static/ipython/base/{ => js}/events.js | 0 .../html/notebook/static/ipython/base/{ => js}/namespace.js | 0 .../frontend/html/notebook/static/ipython/base/{ => js}/page.js | 0 .../html/notebook/static/ipython/base/{ => js}/pagemain.js | 0 .../frontend/html/notebook/static/ipython/base/{ => js}/utils.js | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename IPython/frontend/html/notebook/static/ipython/base/{ => js}/custom.js (100%) rename IPython/frontend/html/notebook/static/ipython/base/{ => js}/events.js (100%) rename IPython/frontend/html/notebook/static/ipython/base/{ => js}/namespace.js (100%) rename IPython/frontend/html/notebook/static/ipython/base/{ => js}/page.js (100%) rename IPython/frontend/html/notebook/static/ipython/base/{ => js}/pagemain.js (100%) rename IPython/frontend/html/notebook/static/ipython/base/{ => js}/utils.js (100%) 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