fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-02-28 06:12 am

[dw-free] Lots of unused JS files in the js repo

[commit: http://hg.dwscoalition.org/dw-free/rev/b2ece1f102eb]

http://bugs.dwscoalition.org/show_bug.cgi?id=3533

Remove calls to unused JS files.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/LJ/Widget/InboxFolder.pm
  • cvs/multicvs.conf
  • htdocs/inbox/index.bml
--------------------------------------------------------------------------------
diff -r ea69e4ab1d4e -r b2ece1f102eb cgi-bin/LJ/Widget/InboxFolder.pm
--- a/cgi-bin/LJ/Widget/InboxFolder.pm	Fri Feb 25 20:41:07 2011 +0800
+++ b/cgi-bin/LJ/Widget/InboxFolder.pm	Mon Feb 28 14:12:07 2011 +0800
@@ -28,7 +28,6 @@ sub need_res {
             js/core.js
             js/dom.js
             js/view.js
-            js/controller.js
             js/datasource.js
             js/checkallbutton.js
             js/selectable_table.js
diff -r ea69e4ab1d4e -r b2ece1f102eb cvs/multicvs.conf
--- a/cvs/multicvs.conf	Fri Feb 25 20:41:07 2011 +0800
+++ b/cvs/multicvs.conf	Mon Feb 28 14:12:07 2011 +0800
@@ -111,7 +111,6 @@ js/httpreq.js                           
 js/httpreq.js                                 ssldocs/js/httpreq.js
 js/ippu.js                                    ssldocs/js/ippu.js
 js/hourglass.js                               ssldocs/js/hourglass.js
-js/common/AdEngine.js                         ssldocs/js/common/AdEngine.js
 
 dw-free/htdocs/_config.bml                    ssldocs/_config.bml
 dw-free/htdocs/img/                           ssldocs/img/
diff -r ea69e4ab1d4e -r b2ece1f102eb htdocs/inbox/index.bml
--- a/htdocs/inbox/index.bml	Fri Feb 25 20:41:07 2011 +0800
+++ b/htdocs/inbox/index.bml	Mon Feb 28 14:12:07 2011 +0800
@@ -33,7 +33,6 @@ body<=
                   js/core.js
                   js/dom.js
                   js/view.js
-                  js/controller.js
                   js/datasource.js
                   js/checkallbutton.js
                   js/selectable_table.js
--------------------------------------------------------------------------------