Explorar o código

HUE-3294 [editor] Removing globally the nv.d3 debug infos

Enrico Berti %!s(int64=9) %!d(string=hai) anos
pai
achega
e6105c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      desktop/core/src/desktop/static/desktop/js/nv.d3.js

+ 1 - 1
desktop/core/src/desktop/static/desktop/js/nv.d3.js

@@ -4,7 +4,7 @@ var nv = window.nv || {};
 
 
 nv.version = '1.1.15b';
-nv.dev = true //set false when in production
+nv.dev = false //set false when in production
 
 window.nv = nv;