[dw-free] jQuerify comment management (screening, etc)
[commit: http://hg.dwscoalition.org/dw-free/rev/4d14d369c518]
http://bugs.dwscoalition.org/show_bug.cgi?id=3536
Use minimized version, to save on bandwidth.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3536
Use minimized version, to save on bandwidth.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/LJ/S2/EntryPage.pm
-------------------------------------------------------------------------------- diff -r 689445f46ad6 -r 4d14d369c518 cgi-bin/LJ/S2/EntryPage.pm --- a/cgi-bin/LJ/S2/EntryPage.pm Tue Mar 29 11:32:22 2011 +0800 +++ b/cgi-bin/LJ/S2/EntryPage.pm Tue Mar 29 18:04:11 2011 +0800 @@ -374,7 +374,7 @@ sub EntryPage LJ::need_res( "js/commentmanage.js" ); LJ::need_res( { group => "jquery" }, qw( - js/jquery/jquery.ui.widget.js + js/jquery/jquery.ui.widget.min.js js/jquery.ajaxtip.js js/jquery.commentmanage.js js/tooltip.min.js --------------------------------------------------------------------------------