valerii wrote in changelog

[livejournal] r23560: LJSUP-14178: Add ability to customize ne...

Committer: vvasin
LJSUP-14178: Add ability to customize new friends feed. Initialize widget.
U   trunk/htdocs/customize/index.bml
Modified: trunk/htdocs/customize/index.bml
===================================================================
--- trunk/htdocs/customize/index.bml	2013-01-17 13:54:08 UTC (rev 23559)
+++ trunk/htdocs/customize/index.bml	2013-01-17 14:25:15 UTC (rev 23560)
@@ -4,7 +4,7 @@
 {
     use strict;
     use vars qw(%GET %POST $title $headextra @errors @warnings);
-    LJ::need_res(qw( stc/customize.css js/customize.js ));
+    LJ::need_res(qw( stc/customize.css js/customize.js js/jquery/customize/jquery.lj.customizeFriendsFeed.js ));
 
     $title = $ML{'.title2'};