Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
updated default theme to match jquery-ui 1.11.0. also changed from sm…
Browse files Browse the repository at this point in the history
…oothness to overcast. closes #51
  • Loading branch information
travi committed Jun 28, 2014
1 parent 227a177 commit 6e16bf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class ClientDependencies
{
const DEFAULT_JQUERY_UI_THEME
= 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.min.css';
= 'http://code.jquery.com/ui/1.11.0/themes/overcast/jquery-ui.css';
const CSS_DEPENDENCIES_KEY = 'cssDependencies';
const JS_DEPENDENCIES_KEY = 'jsDependencies';
/** @var Request */
Expand Down

0 comments on commit 6e16bf5

Please sign in to comment.