fix select all issue
This commit is contained in:
committed by
Ezequiel Bergamaschi
parent
729d2e98f7
commit
23611c8d54
@@ -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 () {
|
||||
|
Reference in New Issue
Block a user