Update main.js
This commit is contained in:
parent
486041ebbc
commit
7f3c44a431
@ -1,4 +1,5 @@
|
|||||||
function confirmDelete() { return confirm(aStr['delitem']); }
|
|
||||||
|
function confirmDelete() { return confirm(aStr['delitem']); }
|
||||||
function commentOpen(obj,id) {
|
function commentOpen(obj,id) {
|
||||||
if(obj.value == aStr['comment']) {
|
if(obj.value == aStr['comment']) {
|
||||||
obj.value = '';
|
obj.value = '';
|
||||||
|
Reference in New Issue
Block a user