From 3a372a916f3545d37390f692f24f7e1c4d5351b5 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 17 May 2017 16:19:36 -0400 Subject: Bug 1363803 - Consolidate YUI js and css into one js and one css file --- .../Splinter/template/en/default/pages/splinter.html.tmpl | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'extensions/Splinter/template/en/default/pages') diff --git a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl index 9ecaded3f..c2640b422 100644 --- a/extensions/Splinter/template/en/default/pages/splinter.html.tmpl +++ b/extensions/Splinter/template/en/default/pages/splinter.html.tmpl @@ -27,17 +27,9 @@ title = "Patch Review" generate_api_token = 1 header = "Patch Review" - style_urls = [ "js/yui/assets/skins/sam/container.css", - "js/yui/assets/skins/sam/button.css", - "js/yui/assets/skins/sam/datatable.css", - "extensions/Splinter/web/splinter.css", + style_urls = [ "extensions/Splinter/web/splinter.css", "skins/custom/bug_groups.css" ] - javascript_urls = [ "js/yui/element/element-min.js", - "js/yui/container/container-min.js", - "js/yui/button/button-min.js", - "js/yui/json/json-min.js", - "js/yui/datasource/datasource-min.js", - "js/yui/datatable/datatable-min.js", + javascript_urls = [ "js/yui.js", "extensions/Splinter/web/splinter.js", "js/field.js" ] bodyclasses = bodyclasses -- cgit v1.2.3-24-g4f1b