[livejournal] r19607: LJSUP-9325: Update jquery to 1.6.2 and j...
Committer: wisest-owl
LJSUP-9325: Update jquery to 1.6.2 and jquery ui to 1.8.14U trunk/htdocs/editjournal.bml U trunk/htdocs/friends/add.bml U trunk/htdocs/update.bml
Modified: trunk/htdocs/editjournal.bml
===================================================================
--- trunk/htdocs/editjournal.bml 2011-08-05 05:56:14 UTC (rev 19606)
+++ trunk/htdocs/editjournal.bml 2011-08-05 06:17:04 UTC (rev 19607)
@@ -25,7 +25,16 @@
my $ret;
my $getextra = $GET{'authas'} ? "?authas=$GET{'authas'}" : undef;
- LJ::need_res('stc/entry.css', 'stc/widgets/selecttags.css', 'js/inputcomplete.js', 'js/jquery-ui-autocomplete.js', 'js/gears_init.js', 'js/scanner.js');
+ LJ::need_res(qw(
+ stc/entry.css
+ stc/widgets/selecttags.css
+ js/inputcomplete.js
+ js/jquery/jquery.ui.position.min.js
+ js/jquery/jquery.ui.autocomplete.min.js
+ js/jquery/jquery.bgiframe.js
+ js/gears_init.js
+ js/scanner.js
+ ));
# are they asking to be authed as someone else?
my $authas = $GET{'authas'} || $remote->{'user'};
Modified: trunk/htdocs/friends/add.bml
===================================================================
--- trunk/htdocs/friends/add.bml 2011-08-05 05:56:14 UTC (rev 19606)
+++ trunk/htdocs/friends/add.bml 2011-08-05 06:17:04 UTC (rev 19607)
@@ -19,7 +19,16 @@
my $userid = $u->{userid};
$body = "";
- LJ::need_res(qw(stc/addfriend.css stc/entry.css js/core.js js/colorpicker.js js/jquery-ui-autocomplete.js js/jquery.tmpl.js js/addfriend.js));
+ LJ::need_res(qw(
+ stc/addfriend.css
+ stc/entry.css
+ js/core.js
+ js/colorpicker.js
+ js/jquery/jquery.ui.position.min.js
+ js/jquery/jquery.ui.autocomplete.min.js
+ js/jquery/jquery.bgiframe.js
+ js/jquery/jquery.tmpl.min.js
+ js/addfriend.js));
LJ::set_active_crumb('addfriend');
Modified: trunk/htdocs/update.bml
===================================================================
--- trunk/htdocs/update.bml 2011-08-05 05:56:14 UTC (rev 19606)
+++ trunk/htdocs/update.bml 2011-08-05 06:17:04 UTC (rev 19607)
@@ -92,7 +92,17 @@
# see if we need to do any transformations
LJ::run_hooks("transform_update_$POST{transform}", \%GET, \%POST) if $POST{transform};
- LJ::need_res('stc/display_none.css', 'stc/lj_base.css', 'stc/entry.css', 'stc/widgets/selecttags.css', 'js/jquery-ui-autocomplete.js', 'js/gears_init.js', 'js/scanner.js');
+ LJ::need_res(qw(
+ stc/display_none.css
+ stc/lj_base.css
+ stc/entry.css
+ stc/widgets/selecttags.css
+ js/jquery/jquery.ui.position.min.js
+ js/jquery/jquery.ui.autocomplete.min.js
+ js/jquery/jquery.bgiframe.js
+ js/gears_init.js
+ js/scanner.js
+ ));
## figure out times
my $now = DateTime->now;
