Refactor
This commit is contained in:
parent
9f59344b6e
commit
ea31632c87
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ $(function () {
|
|||
*/
|
||||
var progress = $('.ui.progress');
|
||||
progress.progress({
|
||||
/**
|
||||
* Only fires once
|
||||
*
|
||||
* @see https://github.com/fomantic/Fomantic-UI/issues/2177
|
||||
*/
|
||||
onSuccess : function() {
|
||||
wishlistsRefresh();
|
||||
|
||||
|
|
Loading…
Reference in a new issue