mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed undeclared variable in tag list presenter
This commit is contained in:
@ -10,6 +10,8 @@ App.Presenters.TagListPresenter = function(
|
||||
pagerPresenter,
|
||||
topNavigationPresenter) {
|
||||
|
||||
var KEY_RETURN = 13;
|
||||
|
||||
var $el = jQuery('#content');
|
||||
var $searchInput;
|
||||
var templates = {};
|
||||
|
Reference in New Issue
Block a user