diff --git a/source/js/VMM.TImeline.Min.js b/source/js/VMM.TImeline.Min.js index 8e9c44a..e748980 100644 --- a/source/js/VMM.TImeline.Min.js +++ b/source/js/VMM.TImeline.Min.js @@ -5,4 +5,6 @@ http://incident57.com/codekit/ ================================================== */ -// @codekit-prepend "VMM.Timeline.js"; \ No newline at end of file +// @codekit-prepend "VMM.Timeline.js"; + +VMM.debug = false; \ No newline at end of file diff --git a/source/js/locale/de.js b/source/js/locale/de.js index abef4e0..e462a18 100644 --- a/source/js/locale/de.js +++ b/source/js/locale/de.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["Jänner", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"], diff --git a/source/js/locale/en.js b/source/js/locale/en.js index 3b2dfbc..9784bb1 100644 --- a/source/js/locale/en.js +++ b/source/js/locale/en.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"], diff --git a/source/js/locale/es.js b/source/js/locale/es.js index 0ed238c..59b658b 100644 --- a/source/js/locale/es.js +++ b/source/js/locale/es.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre"], diff --git a/source/js/locale/fr.js b/source/js/locale/fr.js index 2fe8b1a..cb99884 100644 --- a/source/js/locale/fr.js +++ b/source/js/locale/fr.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["janvier", "février", "mars", "avril", "mai", "juin", "juillet", "août", "septembre", "octobre", "novembre", "décembre"], diff --git a/source/js/locale/is.js b/source/js/locale/is.js index 81ee432..12971f1 100644 --- a/source/js/locale/is.js +++ b/source/js/locale/is.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["janúar", "febrúar", "mars", "apríl", "maí", "júní", "júlí", "ágúst", "september", "október", "nóvember", "desember"], diff --git a/source/js/locale/it.js b/source/js/locale/it.js index e3af534..bbdb4b6 100644 --- a/source/js/locale/it.js +++ b/source/js/locale/it.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settebre","Ottobre","Novembre","Dicembre"], diff --git a/source/js/locale/kr.js b/source/js/locale/kr.js index ff7e355..a0830f4 100644 --- a/source/js/locale/kr.js +++ b/source/js/locale/kr.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["1월","2월","3월","4월","5월","6월","7월","8월","9월","10월","11월","12월"], diff --git a/source/js/locale/nl.js b/source/js/locale/nl.js index 143054a..93a9238 100644 --- a/source/js/locale/nl.js +++ b/source/js/locale/nl.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["januari", "februari", "maart", "april", "mei", "juni", "juli", "augustus", "september", "oktober", "november", "december"], diff --git a/source/js/locale/pt-br.js b/source/js/locale/pt-br.js index 62c8c86..da9f18a 100644 --- a/source/js/locale/pt-br.js +++ b/source/js/locale/pt-br.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"], diff --git a/source/js/locale/zh-ch.js b/source/js/locale/zh-ch.js index e22bdea..fc3c9e1 100644 --- a/source/js/locale/zh-ch.js +++ b/source/js/locale/zh-ch.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"], diff --git a/source/js/locale/zh-tw.js b/source/js/locale/zh-tw.js index 8085a9c..b6c68ed 100644 --- a/source/js/locale/zh-tw.js +++ b/source/js/locale/zh-tw.js @@ -2,6 +2,7 @@ /* LANGUAGE ================================================== */ if(typeof VMM != 'undefined') { + VMM.debug = false; VMM.Language = { date: { month: ["一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月"],