backend-plus 2.5.2-betha.34 → 2.5.2-betha.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/for-client/my-menu.js +1 -0
- package/package.json +1 -1
package/for-client/my-menu.js
CHANGED
|
@@ -483,6 +483,7 @@ myOwn.displayMainMenu = function(addrParams){
|
|
|
483
483
|
if(mtv){
|
|
484
484
|
if(location.href.match(/^.{0,8}localhost/)){
|
|
485
485
|
mtv.style.backgroundImage='repeating-linear-gradient(-45deg, #FF8, #FF8 8px, #DDD 8px, #DDD 16px)'
|
|
486
|
+
mtv.setAttribute('dev-mode',true);
|
|
486
487
|
mtv.title = 'Warning! Using system in localhost!'
|
|
487
488
|
}
|
|
488
489
|
}
|
package/package.json
CHANGED