[dw-free] Cut expander not working when files are concatenated
[commit: http://hg.dwscoalition.org/dw-free/rev/84c93c064842]
http://bugs.dwscoalition.org/show_bug.cgi?id=3630
For want of a semi-colon...
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3630
For want of a semi-colon...
Patch by
Files modified:
- htdocs/js/jquery.threadexpander.js
--------------------------------------------------------------------------------
diff -r 132f5f5d0b44 -r 84c93c064842 htdocs/js/jquery.threadexpander.js
--- a/htdocs/js/jquery.threadexpander.js Wed Apr 20 11:16:26 2011 +0800
+++ b/htdocs/js/jquery.threadexpander.js Wed Apr 20 12:22:42 2011 +0800
@@ -107,4 +107,4 @@ Expander = {
make: function(element, url, dtid, isS1) {
$(element).expandComments(LJ_cmtinfo, url, dtid, isS1);
}
-}
+};
--------------------------------------------------------------------------------
