muppet live != true

This commit is contained in:
Martin Donnelly 2018-03-08 11:50:44 +00:00
parent 7bccbd8b89
commit eb2c2a60f2
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
const CACHE_VERSION = { 'version': '0.0.210' };
const CACHE_VERSION = { 'version': '0.0.211' };
const dataCacheName = 'jubileeData-v1';
const cacheName = 'jubilee-final-1';
const filesToCache = [

View File

@ -16,7 +16,7 @@ const { ByMeModel, ByMeView } = require('./RightByMe');
var app = app || {};
const live = live;
const live = true;
if (live) {
window.loc = 'https://jubilee.silvrtree.co.uk';