fix select all issue

This commit is contained in:
Ezequiel Bergamaschi
2014-02-02 02:01:37 -03:00
committed by Ezequiel Bergamaschi
parent 729d2e98f7
commit 23611c8d54
4 changed files with 8 additions and 16 deletions

View File

@@ -108,9 +108,11 @@
$('#mindmapListTable_length select').attr("style", "width:60px;");
$('input:checkbox[id="selectAll"]').click(function () {
$("#mindmapListTable").dataTableExt.selectAllMaps();
});
$('input:checkbox[id="selectAll"]').click(
function () {
$("#mindmapListTable").dataTableExt.selectAllMaps();
}
);
// Hack for changing the pagination buttons ...
$('#nPageBtn').click(function () {