These are Objects
This commit is contained in:
parent
6bfcef485c
commit
59e7c2e09d
@ -264,8 +264,8 @@ $(document).ready(function() {
|
||||
event.preventDefault();
|
||||
|
||||
//Find changed values by comparing form values with selectedRow Object
|
||||
var newValues = new Array();//Stores the values changed from original
|
||||
var sqlTypes = new Array();
|
||||
var newValues = new Object();//Stores the values changed from original
|
||||
var sqlTypes = new Object();
|
||||
var it = 4;
|
||||
var xChange = false;
|
||||
var yChange = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user