Made notation cutoff configurable

This commit is contained in:
Daniel van Noord
2020-12-19 10:49:17 +01:00
parent 30c4617bde
commit d3a4eb936a
4 changed files with 80 additions and 24 deletions

View File

@@ -8,7 +8,7 @@
/**
* This function saves the config of CookieMonster to localStorage
* It is called by CM.Config.LoadConfig(), CM.Config.RestoreDefault(), CM.Config.ToggleConfig(),
* CM.ToggleConfigVolume() and changes in options with type "url" or "color"
* CM.ToggleConfigVolume() and changes in options with type "url", "color" or "numscale"
* @param {object} config The Config to be saved (normally CM.Options)
*/
CM.Config.SaveConfig = function(config) {