Skip to content

Commit 0ff4b5f

Browse files
committed
Fixed size -> length for jquery upgrade
1 parent 9fc67c3 commit 0ff4b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/webapp/admin/secure_shell.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
function getNextInstanceId() {
488488
var newInstanceId=1;
489489
490-
for(var i=1;i<=$('.run_cmd').size();i++){
490+
for(var i=1;i<=$('.run_cmd').length;i++){
491491
492492
if($("#run_cmd_" + i).length == 0) {
493493
newInstanceId=i;

0 commit comments

Comments
 (0)