remove settings file from repo

This commit is contained in:
2016-06-22 19:36:34 +02:00
parent 9f1daf956c
commit 428ffc2cb0

View File

@@ -131,7 +131,6 @@ function updateFeed(bFirstChunk)
var $Posts = $('#posts_list');
if(bFirstChunk===true)
{
console.log('first');
$Posts.empty();
self.tmp('news_chunk', 0);
}