finish language creation process

This commit is contained in:
Manuel Raynaud
2013-10-23 12:00:33 +02:00
parent f881edbaa6
commit 24b504ad3b
10 changed files with 117 additions and 82 deletions

View File

@@ -250,6 +250,17 @@
{block name="javascript-initialization"}{/block}
<script>
(function($) {
$(document).ready(function(){
var testModal = $(".modal-force-show");
if(testModal.length > 0) {
testModal.modal("show");
}
});
})(jQuery);
</script>
{* Modules scripts are included now *}
{module_include location='footer_js'}