wildkin wrote in changelog

[livejournal] r18998: LJSUP-8703: Doesn't work "Share" buttons...

Committer: dnikolaev
LJSUP-8703: Doesn't work "Share" buttons Email and Share

U   trunk/cgi-bin/weblib.pl
Modified: trunk/cgi-bin/weblib.pl
===================================================================
--- trunk/cgi-bin/weblib.pl	2011-04-27 11:04:04 UTC (rev 18997)
+++ trunk/cgi-bin/weblib.pl	2011-04-27 23:42:11 UTC (rev 18998)
@@ -1849,7 +1849,7 @@
 }
 
 sub control_strip
-{   
+{  
     return $LJ::DISABLED{control_strip_new} ? control_strip_old(@_) : control_strip_new(@_);
 }
 
@@ -2226,6 +2226,7 @@
     LJ::need_res(qw(
                     js/livejournal.js
                     js/controlstrip.js
+                    js/jquery/jquery.lj.modal.js
                     ));
 }