wekan/client
Alexander Sulfrian 43f3a2f3d5 Fix untranslated watch/unwatch for gecko (#606)
In the Gecko JavaScript engine the Object prototype has a method
'watch()' and 'unwatch()'. This causes strange error messages displayed,
if 'watch' and 'unwatch' are not translated in the chosen localization.
The i18n module cannot handle, if it gets a function for the
translation.

This is a quick fix that removes the 'watch' and 'unwatch' properties
from the Object prototype.

See also: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
2016-07-19 02:17:15 +02:00
..
components Fix move to top 2016-07-18 18:14:46 +02:00
config Fix untranslated watch/unwatch for gecko (#606) 2016-07-19 02:17:15 +02:00
lib Fix a typo (#515) 2016-07-11 12:00:56 +02:00