Merge branch 'master' of http://git.486255.com:3000/marking/Marking.Template
This commit is contained in:
commit
f62a1d32bc
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
var islocked = $("#islocked").val();
|
||||
if (islocked == "" || islocked == "null" || islocked == "False") {
|
||||
if (islocked == "" || islocked == "null" || islocked == "False" || islocked == "0") {
|
||||
islocked = 0;
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Reference in New Issue