New plugin loader, page features, API0.2b, Bugfixes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
function set_comment_reply(cid)
|
||||
{
|
||||
$("form[name='new-comment'] input[name='entryReply']").val(cid);
|
||||
$("#new-comment-reply span").html('Reply');
|
||||
}
|
||||
|
||||
function spoilerToggle(selem)
|
||||
{
|
||||
selem.parent().children(".spoiler_c").stop().slideToggle();
|
||||
function set_comment_reply(cid)
|
||||
{
|
||||
$("form[name='new-comment'] input[name='entryReply']").val(cid);
|
||||
$("#new-comment-reply span").html('Reply');
|
||||
}
|
||||
|
||||
function spoilerToggle(selem)
|
||||
{
|
||||
selem.parent().children(".spoiler_c").stop().slideToggle();
|
||||
}
|
||||
Vendored
+6
-6
File diff suppressed because one or more lines are too long
Vendored
+9789
-9789
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user