This commit is contained in:
Paul Schneider 2024-12-14 20:21:41 +00:00
commit fdf5ee915e
67 changed files with 48812 additions and 37055 deletions

View file

@ -1,10 +1,4 @@
if (typeof jQuery === 'undefined') {
throw new Error('Bootstrap\'s JavaScript requires jQuery')
}
+
(function($) {
$.widget("psc.blogcomment", {
$.widget("psc.blogcomment", {
options: {
apictrlr: null,
authorId: null,
@ -158,4 +152,4 @@ if (typeof jQuery === 'undefined') {
$(document).ready(function() {
$("[data-type='blogcomment']").blogcomment();
})
})(jQuery);