Skip to content

Commit

Permalink
[#83] Likely.initiate breaks counters of existing widgets (#84)
Browse files Browse the repository at this point in the history
Closes #84.
  • Loading branch information
vitkarpov authored and iamakulov committed Aug 11, 2016
1 parent 467eb9c commit 497562a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Likely.prototype = {
update: function (options) {
if (
options.forceUpdate ||
options.url !== this.options.url
options.url && options.url !== this.options.url
) {
this.countersLeft = this.buttons.length;
this.number = 0;
Expand Down

0 comments on commit 497562a

Please sign in to comment.