2
0
forked from Wavyzz/dolibarr

Revert "Fix: replace Bootstrap version by jQueryUI version"

This reverts commit 03ec0d7cc5.
This commit is contained in:
Laurent Destailleur
2012-06-01 02:07:35 +02:00
parent 2d818fc886
commit 06eca56e00
9 changed files with 803 additions and 222 deletions

View File

@@ -75,19 +75,4 @@ $(function () {
});
}
// Initialize the Image Gallery widget:
$('#fileupload .files').imagegallery();
// Initialize the theme switcher:
$('#theme-switcher').change(function () {
var theme = $('#theme');
theme.prop(
'href',
theme.prop('href').replace(
/[\w\-]+\/jquery-ui.css/,
$(this).val() + '/jquery-ui.css'
)
);
});
});