Committer: anazarov
LJSUP-10421: S1 Comments ?\226?\128?\148 v.2: New ThreadsU branches/commenting-form/cgi-bin/LJ/Talk.pm U branches/commenting-form/cgi-bin/ljdefaults.pl
Modified: branches/commenting-form/cgi-bin/LJ/Talk.pm =================================================================== --- branches/commenting-form/cgi-bin/LJ/Talk.pm 2011-11-17 14:08:49 UTC (rev 20563) +++ branches/commenting-form/cgi-bin/LJ/Talk.pm 2011-11-17 14:13:38 UTC (rev 20564) @@ -1626,6 +1626,12 @@ js/jquery/jquery.lj.commentator.js js/jquery/jquery.lj.quotescreator.js )); + LJ::need_res(qw( + js/jquery/jquery.lj.authtype.js + js/jquery/jquery.lj.userpicker.js + js/jquery/jquery.lj.commentform.js + js/jquery/jquery.easing.js + )); LJ::need_res( {condition => 'IE'}, 'js/jquery/jquery.ie6multipleclass.min.js'); LJ::need_string(qw(/talkpost_do.bml.quote.info.message)); } Modified: branches/commenting-form/cgi-bin/ljdefaults.pl =================================================================== --- branches/commenting-form/cgi-bin/ljdefaults.pl 2011-11-17 14:08:49 UTC (rev 20563) +++ branches/commenting-form/cgi-bin/ljdefaults.pl 2011-11-17 14:13:38 UTC (rev 20564) @@ -392,6 +392,7 @@ delcomment => "delcomment.bml", talkscreen => "talkscreen.bml", spamcomment => "spamcomment.bml", + talkmulti => "talkmulti.bml", controlstrip => "tools/endpoints/controlstrip.bml", ctxpopup => "tools/endpoints/ctxpopup.bml", changerelation => "tools/endpoints/changerelation.bml",