[dw-free] JS broken in talkread
[commit: http://hg.dwscoalition.org/dw-free/rev/534cacaf25cf]
http://bugs.dwscoalition.org/show_bug.cgi?id=3741
Remove references to deleted file; replace with jquery.ui.position.js where
we forgot to call it.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3741
Remove references to deleted file; replace with jquery.ui.position.js where
we forgot to call it.
Patch by
Files modified:
- cgi-bin/ljdefaults.pl
- htdocs/talkread.bml
- views/dev/tests/commentmanage.js
--------------------------------------------------------------------------------
diff -r f5c06bbbe919 -r 534cacaf25cf cgi-bin/ljdefaults.pl
--- a/cgi-bin/ljdefaults.pl Fri Jun 17 01:03:05 2011 +0800
+++ b/cgi-bin/ljdefaults.pl Fri Jun 17 15:47:05 2011 +0800
@@ -356,7 +356,6 @@
"js/hoverIntent.js" => "js/hoverIntent.minified.js",
"js/tooltip.js" => "js/tooltip.min.js",
- "js/tooltip.dynamic.js" => "js/tooltip.dynamic.min.js",
) unless defined %LJ::MINIFY;
}
diff -r f5c06bbbe919 -r 534cacaf25cf htdocs/talkread.bml
--- a/htdocs/talkread.bml Fri Jun 17 01:03:05 2011 +0800
+++ b/htdocs/talkread.bml Fri Jun 17 15:47:05 2011 +0800
@@ -713,8 +713,8 @@
js/jquery/jquery.ui.widget.js
js/jquery.ajaxtip.js
js/jquery.commentmanage.js
+ js/jquery/jquery.ui.position.js
js/tooltip.js
- js/tooltip.dynamic.js
stc/ajaxtip.css
stc/popup-form.css
) );
diff -r f5c06bbbe919 -r 534cacaf25cf views/dev/tests/commentmanage.js
--- a/views/dev/tests/commentmanage.js Fri Jun 17 01:03:05 2011 +0800
+++ b/views/dev/tests/commentmanage.js Fri Jun 17 15:47:05 2011 +0800
@@ -5,7 +5,7 @@
jquery: js/jquery.ajaxtip.js
jquery: js/jquery.commentmanage.js
jquery: js/tooltip.js
-jquery: js/tooltip.dynamic.js
+jquery: js/jquery/jquery.ui.position.js
*/
var lifecycle = {
--------------------------------------------------------------------------------
