diff --git a/module/common/view/datatable.html.php b/module/common/view/datatable.html.php
index 402f87651f..80437955ef 100644
--- a/module/common/view/datatable.html.php
+++ b/module/common/view/datatable.html.php
@@ -70,15 +70,15 @@ $(document).ready(function()
$dropmenu.append("
datatable->switchToTable?>");
$dropdown.children('.dropdown').append($dropmenu);
this.$datatable.before($dropdown);
- this.$datatable.find('[data-toggle=modal], a.iframe').modalTrigger();
+ this.$datatable.find('[data-toggle="modal"], a.iframe').modalTrigger();
if($.fn.progressPie) this.$datatable.find('.progress-pie').progressPie();
- $("a[data-toggle='showModuleModal']").click(function(){$('#showModuleModal').modal('show')});
+ $('a[data-toggle="showModuleModal"]').click(function(){$('#showModuleModal').modal('show')});
$('#customBtn').modalTrigger();
$('#switchToTable').click(function()
{
- saveDatatableConfig('mode', 'table', true)
+ saveDatatableConfig('mode', 'table', true);
});
}
});
diff --git a/module/common/view/footer.html.php b/module/common/view/footer.html.php
index 65ad5d4ebc..fe5cde58b7 100755
--- a/module/common/view/footer.html.php
+++ b/module/common/view/footer.html.php
@@ -8,10 +8,10 @@