Threading updates
- Add rudimentary thread handling to Frost - Fix possible CSS bug in several themes from threading update - Add ability for themes to prevent threading
This commit is contained in:
@@ -522,10 +522,10 @@ function insertFormatting(comment,BBcode,id) {
|
||||
}
|
||||
|
||||
function cmtBbOpen(id) {
|
||||
$j(".comment-edit-bb-" + id).show();
|
||||
$j("#comment-edit-bb-" + id).show();
|
||||
}
|
||||
function cmtBbClose(id) {
|
||||
$j(".comment-edit-bb-" + id).hide();
|
||||
$j("#comment-edit-bb-" + id).hide();
|
||||
}
|
||||
|
||||
function confirmDelete() { return confirm(window.delItem); }
|
||||
@@ -594,6 +594,15 @@ function showHideComments(id) {
|
||||
}
|
||||
}
|
||||
|
||||
/*function showHideCommentBox(id) {
|
||||
if( $j('#comment-edit-form-' + id).is(':visible')) {
|
||||
$j('#comment-edit-form-' + id).hide();
|
||||
}
|
||||
else {
|
||||
$j('#comment-edit-form-' + id).show();
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
|
||||
function enableOnUser(){
|
||||
|
||||
Reference in New Issue
Block a user