hide useless error
This commit is contained in:
parent
bf414c15ee
commit
8b0210baf1
@ -1342,7 +1342,7 @@ define([
|
|||||||
setActive($val);
|
setActive($val);
|
||||||
$innerblock.scrollTop($val.position().top + $innerblock.scrollTop());
|
$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) {
|
$container.click(function (e) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user