mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added new tabs support for next/prev post
This commit is contained in:
@ -88,6 +88,7 @@ $(function()
|
||||
rememberLastSearchQuery();
|
||||
});
|
||||
}
|
||||
rememberLastSearchQuery();
|
||||
|
||||
$('body').bind('dom-update', function()
|
||||
{
|
||||
@ -105,7 +106,6 @@ $(function()
|
||||
$('form.confirmable').bindOnce('confirmation', 'submit', confirmEvent);
|
||||
$('a.confirmable').bindOnce('confirmation', 'click', confirmEvent);
|
||||
|
||||
|
||||
//simple action buttons
|
||||
$('a.simple-action').bindOnce('simple-action', 'click', function(e)
|
||||
{
|
||||
|
Reference in New Issue
Block a user