Skip to content

Commit

Permalink
#314 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Aug 4, 2016
1 parent bf6e41d commit 4762076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension/lib/content-script/assistant/js/slider-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var SliderWidget = (function (api, $) {
$(placeholder).addClass(PLACEHOLDER_CLASS);

var handle = document.createElement('a');
handle.setAttribute('href', '#');
handle.setAttribute('href', 'javascript:void(0);');
handle.setAttribute('class', HANDLE_FULL_CLASS);
placeholder.appendChild(handle);

Expand Down

0 comments on commit 4762076

Please sign in to comment.