2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

fix translation on confirmation popovers, remove confirmation.js where not applied

This commit is contained in:
Alex
2015-12-18 13:24:20 +03:00
parent 4394946d04
commit 23a66c310a
7 changed files with 8 additions and 13 deletions

View File

@@ -64,7 +64,6 @@ $js_head = array(
"../js/window.js"
);
$js_foot = array(
"../js/bootstrap-confirmation.js",
"../js/custom.js"
);
global $db;
@@ -145,9 +144,6 @@ if (!empty($qs))
print"</div>";
xhtml_foot($js_foot);
?>
<script type="text/javascript">
$('[data-toggle="confirmation"]').confirmation()
</script>