Fix missing semicolon.
This commit is contained in:
parent
e8f4629b92
commit
53697d10ef
1 changed files with 1 additions and 1 deletions
|
@ -255,7 +255,7 @@ jQuery(function() {
|
||||||
elem.style.display = display;
|
elem.style.display = display;
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue