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();
|
||||
}
|
12
includes/js/jquery-ui.custom.min.js
vendored
12
includes/js/jquery-ui.custom.min.js
vendored
File diff suppressed because one or more lines are too long
19578
includes/js/jquery.js
vendored
19578
includes/js/jquery.js
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user