From 7c74d0b07476fce5e3c45b82f873e92ef20714d0 2011-10-19 00:55:26 From: Brian E. Granger Date: 2011-10-19 00:55:26 Subject: [PATCH] Renaming things in the notebook. * nbbrowser -> projectdashboard. * Getting rid of underscores on .js filenames. --- diff --git a/IPython/frontend/html/notebook/static/js/login_main.js b/IPython/frontend/html/notebook/static/js/loginmain.js similarity index 100% rename from IPython/frontend/html/notebook/static/js/login_main.js rename to IPython/frontend/html/notebook/static/js/loginmain.js diff --git a/IPython/frontend/html/notebook/static/js/notebook_main.js b/IPython/frontend/html/notebook/static/js/notebookmain.js similarity index 100% rename from IPython/frontend/html/notebook/static/js/notebook_main.js rename to IPython/frontend/html/notebook/static/js/notebookmain.js diff --git a/IPython/frontend/html/notebook/static/js/nbbrowser_main.js b/IPython/frontend/html/notebook/static/js/projectdashboardmain.js similarity index 100% rename from IPython/frontend/html/notebook/static/js/nbbrowser_main.js rename to IPython/frontend/html/notebook/static/js/projectdashboardmain.js diff --git a/IPython/frontend/html/notebook/templates/nbbrowser.html b/IPython/frontend/html/notebook/templates/projectdashboard.html similarity index 100% rename from IPython/frontend/html/notebook/templates/nbbrowser.html rename to IPython/frontend/html/notebook/templates/projectdashboard.html