From 1742ce201c7dabac0c5966c75635bcbe777fc0d3 Mon Sep 17 00:00:00 2001 From: Aktanusa Date: Sun, 17 Aug 2014 10:57:36 -0400 Subject: [PATCH] Version change and minor cleanup --- src/Cache.js | 1 + src/Config.js | 2 +- src/Main.js | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Cache.js b/src/Cache.js index f92adc6..5690976 100644 --- a/src/Cache.js +++ b/src/Cache.js @@ -166,3 +166,4 @@ CM.Cache.ChainWrathReward = 0; CM.Cache.ChainFrenzy = 0; CM.Cache.ChainFrenzyReward = 0; CM.Cache.ChainFrenzyWrathReward = 0; + diff --git a/src/Config.js b/src/Config.js index ec8a079..0d2fae7 100644 --- a/src/Config.js +++ b/src/Config.js @@ -107,7 +107,7 @@ for (var i = 0; i < 101; i++) { CM.ConfigData.Volume.label[i] = i + '%'; } CM.ConfigData.GCSoundURL = {label: 'Golden Cookie Sound URL:', desc: 'URL of the sound to be played when a Golden Cookie spawns'}; -CM.ConfigData.SeaSoundURL = {label: 'Season Special Sound URL:', desc: 'URL of the sound to be played when a Season Special spawns', func: function() {CM.Disp.ToggleGCTimer();}}; +CM.ConfigData.SeaSoundURL = {label: 'Season Special Sound URL:', desc: 'URL of the sound to be played when a Season Special spawns'}; CM.ConfigData.GCTimer = {label: ['Golden Cookie Timer OFF', 'Golden Cookie Timer ON'], desc: 'A timer on the Golden Cookie when it has been spawned', func: function() {CM.Disp.ToggleGCTimer();}}; CM.ConfigData.Title = {label: ['Title OFF', 'Title ON'], desc: 'Update title with Golden Cookie/Season Popup timers'}; CM.ConfigData.Tooltip = {label: ['Tooltip Information OFF', 'Tooltip Information ON'], desc: 'Extra information in tooltip for buildings/upgrades'}; diff --git a/src/Main.js b/src/Main.js index 1d5e9c7..7b1e91f 100644 --- a/src/Main.js +++ b/src/Main.js @@ -129,5 +129,5 @@ CM.ConfigDefault = {BotBar: 1, TimerBar: 1, BuildColor: 1, UpBarColor: 1, Flash: CM.ConfigPrefix = 'CMConfig'; CM.VersionMajor = '1.0465'; -CM.VersionMinor = '9'; +CM.VersionMinor = '10';