MAPREDUCE-3411. Performance Upgrade for jQuery (Jonathan Eagles via mahadev)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1205210 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2e3f531735
commit
865cd32885
@ -108,6 +108,9 @@ Release 0.23.1 - Unreleased
|
||||
MAPREDUCE-3372. HADOOP_PREFIX cannot be overridden.
|
||||
(Bruno Mahé via tomwhite)
|
||||
|
||||
MAPREDUCE-3411. Performance Upgrade for jQuery (Jonathan Eagles via
|
||||
mahadev)
|
||||
|
||||
OPTIMIZATIONS
|
||||
|
||||
BUG FIXES
|
||||
|
@ -79,11 +79,11 @@ public enum Render {
|
||||
@Override
|
||||
protected void render(Block html) {
|
||||
html.
|
||||
link(join("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/themes/",
|
||||
link(join("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/",
|
||||
getTheme(), "/jquery-ui.css")).
|
||||
link(root_url("static/dt-1.7.5/css/jui-dt.css")).
|
||||
script("https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js").
|
||||
script("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js").
|
||||
script("https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js").
|
||||
script("https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js").
|
||||
script(root_url("static/dt-1.7.5/js/jquery.dataTables.min.js")).
|
||||
script(root_url("static/yarn.dt.plugins.js")).
|
||||
script(root_url("static/themeswitcher.js")).
|
||||
|
Loading…
Reference in New Issue
Block a user