Commit 6f7ddfa6 by Иван Кубота

slider fix items not reloaded

parent 2c622f30
...@@ -190,6 +190,8 @@ const CardSlider = (function(){ ...@@ -190,6 +190,8 @@ const CardSlider = (function(){
}, },
setItems: function(items) { setItems: function(items) {
this.items = items; this.items = items;
this.hash = {};
this.last = false;
this.update(); this.update();
}, },
save: function() { save: function() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment