mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 20:13:28 +00:00
Fix bootstrap dependency
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
{% if recaptcha_display %}
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
{#{{ macro.captcha() }}#}
|
||||
{{ macro.captcha() }}
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
@@ -16,7 +16,7 @@ require.config({
|
||||
underscore: "../assets/underscore-amd/underscore",
|
||||
backbone: "../assets/backbone-amd/backbone",
|
||||
i18n: "../assets/i18next/release/i18next.amd-1.6.2.min",
|
||||
bootstrap: "../skins/html5/bootstrap/js/bootstrap.min",
|
||||
bootstrap: "../skins/build/bootstrap/js/bootstrap.min",
|
||||
multiselect: "../assets/bootstrap-multiselect/js/bootstrap-multiselect"
|
||||
},
|
||||
shim: {
|
||||
|
Reference in New Issue
Block a user