Initial commit

This commit is contained in:
Péntek Sándor
2016-06-18 10:07:35 +02:00
commit 41c686945a
398 changed files with 36832 additions and 0 deletions

10
includes/js/functions.js Normal file
View File

@ -0,0 +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();
}

7
includes/js/jquery-ui.custom.min.js vendored Normal file

File diff suppressed because one or more lines are too long

9789
includes/js/jquery.js vendored Normal file

File diff suppressed because it is too large Load Diff