mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Removed content emptying on navigation
It was really annoying!
This commit is contained in:
@ -34,7 +34,7 @@ App.Util = (function(jQuery) {
|
||||
}
|
||||
|
||||
function initContentPresenter(presenterGetter, args) {
|
||||
jQuery('#content').empty();
|
||||
//jQuery('#content').empty();
|
||||
initPresenter(presenterGetter, args);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user