Cross on dialog

This commit is contained in:
Michael RICOIS 2016-09-22 12:34:15 +02:00
parent ea3f8b9c62
commit 5ad4dc2cc1

View File

@ -1,3 +1,6 @@
var bootstrapButton = $.fn.button.noConflict();
$.fn.bootstrapBtn = bootstrapButton;
$(function() {
$('#side-menu').metisMenu();
@ -104,7 +107,4 @@ $(function() {
});
}
});
//var bootstrapButton = $.fn.button.noConflict();
//$.fn.bootstrapBtn = bootstrapButton;
});