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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user