Removed content emptying on navigation

It was really annoying!
This commit is contained in:
Marcin Kurczewski
2014-09-03 20:05:45 +02:00
parent 403cc735b8
commit 48016bea13
2 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,7 @@ App.Util = (function(jQuery) {
}
function initContentPresenter(presenterGetter, args) {
jQuery('#content').empty();
//jQuery('#content').empty();
initPresenter(presenterGetter, args);
};