1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-19 09:18:18 +03:00

Мелкие исправления

This commit is contained in:
Denis Shakhov 2015-10-18 22:16:44 +07:00
parent e1f99759c6
commit 5a0b332632
2 changed files with 2 additions and 1 deletions

View file

@ -64,4 +64,4 @@ ls.auth = (function ($) {
};
return this;
}).call(ls.user || {}, jQuery);
}).call(ls.auth || {}, jQuery);

View file

@ -11,5 +11,6 @@
{component 'comment'
comment = $entry
showReply = $smarty.local.showReply
useScroll = false
attributes = [ 'data-type' => $smarty.local.type, 'data-user-id' => $entry->getUser()->getId() ]
classes = "wall-comment js-wall-entry {$smarty.local.classes}"}