hide useless error

pull/1/head
ansuz 2017-07-03 12:26:34 +02:00
parent bf414c15ee
commit 8b0210baf1
1 changed files with 1 additions and 1 deletions

View File

@ -1342,7 +1342,7 @@ define([
setActive($val);
$innerblock.scrollTop($val.position().top + $innerblock.scrollTop());
}
if (config.feedback) { common.feedback(config.feedback); }
if (config.feedback && store) { common.feedback(config.feedback); }
};
$container.click(function (e) {