mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Simplified util/misc.js requires
This commit is contained in:
@ -50,7 +50,7 @@ App.Presenters.PostNotesPresenter = function(
|
||||
privileges: privileges,
|
||||
post: post,
|
||||
notes: notes,
|
||||
formatMarkdown: util.formatMarkdown}));
|
||||
util: util}));
|
||||
|
||||
$form = $target.find('.post-note-edit');
|
||||
var $postNotes = $target.find('.post-note');
|
||||
|
Reference in New Issue
Block a user