Skip to content

Commit

Permalink
use jquery-ui 1.7.2 until static deployment issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom committed Mar 9, 2012
1 parent 7007f99 commit 480c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/application.rhtml
Expand Up @@ -10,7 +10,7 @@

<%= stylesheet_link_tag "/themes/bento/css/style.css", "software" %>
<link href="http://static.opensuse.org/themes/bento/images/favicon.png" rel="shortcut icon" />
<%= javascript_include_tag "http://static.opensuse.org/themes/bento/js/jquery.js", "jquery-ui-1.8.18.custom.min", "jrails.js", "application.js" %>
<%= javascript_include_tag "http://static.opensuse.org/themes/bento/js/jquery.js", "jquery-ui-1.7.2", "jrails.js", "application.js" %>
<%= javascript_include_tag "/themes/bento/js/l10n/global-navigation-data-#{@lang}.js", "/themes/bento/js/global-navigation.js" %>
<%= yield :content_for_head %>
Expand Down

0 comments on commit 480c293

Please sign in to comment.