Added new tabs support for next/prev post
This commit is contained in:
parent
fc569df34e
commit
1ea7c187ab
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue