fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-05-18 04:34 pm

[dw-free] JS for /manage/subscriptions/filters broken

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

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

Add initialization of DW JS object.

Patch by [personal profile] fu.

Files modified:
  • htdocs/js/dw/dw-core.js
--------------------------------------------------------------------------------
diff -r 56eee4a13d5e -r 74a980da270f htdocs/js/dw/dw-core.js
--- a/htdocs/js/dw/dw-core.js	Tue May 17 19:24:03 2011 +0800
+++ b/htdocs/js/dw/dw-core.js	Thu May 19 00:34:43 2011 +0800
@@ -15,6 +15,8 @@
    
 */
 
+var DW = new Object();
+
 $.extractParams = function(url) {
     if ( ! $.extractParams.cache )
         $.extractParams.cache = {};
--------------------------------------------------------------------------------