Skip to content
This repository has been archived by the owner on Nov 20, 2022. It is now read-only.

Commit

Permalink
Merge pull request #15 from masterfermin02/issue14
Browse files Browse the repository at this point in the history
fixed issue#14
  • Loading branch information
masterfermin02 authored Jun 15, 2018
2 parents bb5cb0c + 8456218 commit 0d6cbcf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions template.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ function msieversion() {
const MENU = 1;
const CONTENT = 3;
var mainTable = table.clone();
table.hide();
console.log(table);
table.remove();
var menuOptions = $(mainTable[MENU]).find('tbody tr').filter(filterMenu).map(mapMenu).get();
var menus = menuOptions.filter(function(item){ return !item.subHead});
var noDataTable = ['ADD=999999', 'ADD=999998', 'user='];
Expand Down Expand Up @@ -411,8 +410,6 @@ function msieversion() {
"lengthMenu": [[25, 50, -1], [25, 50, "All"]]
});

$('form[name="userform"]').attr("action", "admin.php")
$('form[name="userform"] input[value="SUBMIT"]').attr("onclick", "user_submit2()");
}


Expand Down

0 comments on commit 0d6cbcf

Please sign in to comment.