From 9f62ed6b07130ea2b11501851f33a6db22b5de2f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 11 Jan 2015 19:15:05 -0600 Subject: [PATCH] Ugh, add unwanted jQuery libs to progress template. This is really just a hack to get around the problem of `tailbone.js` always trying to load the menubar and make buttons pretty etc... --- tailbone/templates/progress.mako | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tailbone/templates/progress.mako b/tailbone/templates/progress.mako index 84584846..7be41cb2 100644 --- a/tailbone/templates/progress.mako +++ b/tailbone/templates/progress.mako @@ -5,6 +5,8 @@ Working... ${h.javascript_link(request.static_url('tailbone:static/js/lib/jquery-1.9.1.min.js'))} + ${h.javascript_link(request.static_url('tailbone:static/js/lib/jquery-ui-1.10.0.custom.min.js'))} + ${h.javascript_link(request.static_url('tailbone:static/js/lib/jquery.ui.menubar.js'))} ${h.javascript_link(request.static_url('tailbone:static/js/tailbone.js'))} ${h.stylesheet_link(request.static_url('tailbone:static/css/base.css'))} ${h.stylesheet_link(request.static_url('tailbone:static/css/layout.css'))}