|
|
@ -16,20 +16,6 @@ |
|
|
|
document.getElementById(theID).style.display = "none" |
|
|
|
} |
|
|
|
|
|
|
|
function commentOpen(obj,id) { |
|
|
|
if(obj.value == 'Comment') { |
|
|
|
obj.value = ''; |
|
|
|
obj.className = "comment-edit-text-full"; |
|
|
|
openMenu("comment-edit-submit-wrapper-" + id); |
|
|
|
} |
|
|
|
} |
|
|
|
function commentClose(obj,id) { |
|
|
|
if(obj.value == '') { |
|
|
|
obj.value = 'Comment'; |
|
|
|
obj.className="comment-edit-text-empty"; |
|
|
|
closeMenu("comment-edit-submit-wrapper-" + id); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
var src = null; |
|
|
|
var prev = null; |
|
|
@ -137,10 +123,6 @@ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
function confirmDelete() { |
|
|
|
return confirm("Delete this item?"); |
|
|
|
} |
|
|
|
|
|
|
|
function imgbright(node) { |
|
|
|
$(node).attr("src",$(node).attr("src").replace('hide','show')); |
|
|
|
$(node).css('width',24); |
|
|
|