diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-12-10 21:22:53 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-12-10 21:26:54 +0000 |
| commit | a1dc740937e1e288e051da873d2d3b8a6cb7a259 (patch) | |
| tree | 7595a2cd621670db89ffb0c9e112055c8086392e /themes/_administration/theme.php | |
| parent | e3554fe74c56c9be9a7b728eef39e417ebaced15 (diff) | |
| download | webtrees-a1dc740937e1e288e051da873d2d3b8a6cb7a259.tar.gz webtrees-a1dc740937e1e288e051da873d2d3b8a6cb7a259.tar.bz2 webtrees-a1dc740937e1e288e051da873d2d3b8a6cb7a259.zip | |
Upgrade jQuery-UI from 1.10.3 to 1.11.2
Diffstat (limited to 'themes/_administration/theme.php')
| -rw-r--r-- | themes/_administration/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/_administration/theme.php b/themes/_administration/theme.php index a13792f614..48e96d06c9 100644 --- a/themes/_administration/theme.php +++ b/themes/_administration/theme.php @@ -30,7 +30,7 @@ if (!defined('WT_WEBTREES')) { $theme_name = "_administration"; // A version number in the path prevents browser-cache problems during upgrade -define('WT_CSS_URL', WT_THEME_URL . 'css-1.6.0/'); +define('WT_CSS_URL', WT_THEME_URL . 'css-1.6.2/'); $headerfile = WT_THEME_DIR . 'header.php'; $footerfile = WT_THEME_DIR . 'footer.php'; |
