-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Hello
There is problem with format function in Firefox.
I have:
$('something').knob({
'format': function(v) {return v + '%';}
})
and it adds % at the end of my value in every browser and works just fine, but in Firefox after refreshing the page i get value%% NOT as I would expect: value%.
When I refresh the page with ctrl+f5 it works well, but after 'normal' refresh I always get more and more %%% characters at the end of my value.
Do I do something wrong or is it a bug?
Metadata
Metadata
Assignees
Labels
No labels