mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -04:00
Use parse instead of parseJSON. (#5869)
This commit is contained in:
parent
a096f1ae33
commit
b56d75b1e9
2 changed files with 2 additions and 2 deletions
2
src/static/js/vendors/farbtastic.js
vendored
2
src/static/js/vendors/farbtastic.js
vendored
|
@ -33,7 +33,7 @@ $._farbtastic = function (container, options) {
|
|||
fb.linkTo = function (callback) {
|
||||
// Unbind previous nodes
|
||||
if (typeof fb.callback == 'object') {
|
||||
$(fb.callback).off('keyup').on('keyup').on('keyup', fb.updateValue);
|
||||
$(fb.callback).off('keyup').on('keyup', fb.updateValue);
|
||||
}
|
||||
|
||||
// Reset color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue