Browse Source

less logging

master
jfinn 4 years ago
parent
commit
2343bc1d12
3 changed files with 3 additions and 2 deletions
  1. 1
    1
      rf/u/universals.js
  2. 1
    0
      rf/ui_msg/r2.css
  3. 1
    1
      rf/ui_msg/r2.js

+ 1
- 1
rf/u/universals.js View File

2
 
2
 
3
 clog = console.log
3
 clog = console.log
4
 function nop(){}
4
 function nop(){}
5
-// clog = nop
5
+clog = nop
6
 // clog = nop
6
 // clog = nop
7
 
7
 
8
 
8
 

+ 1
- 0
rf/ui_msg/r2.css View File

538
 .title_png {
538
 .title_png {
539
 	pointer-events: none;
539
 	pointer-events: none;
540
 	/*z-index: 900;*/
540
 	/*z-index: 900;*/
541
+	color: #DCE0DF;
541
 	/*426/77*/
542
 	/*426/77*/
542
 	opacity: .5;
543
 	opacity: .5;
543
 	font-size: 4em;
544
 	font-size: 4em;

+ 1
- 1
rf/ui_msg/r2.js View File

116
 tbx_u = 0
116
 tbx_u = 0
117
 tbx_uadd = 0
117
 tbx_uadd = 0
118
 function toolbox_update(o,name){
118
 function toolbox_update(o,name){
119
-	console.trace("toolbox_update")
119
+	// console.trace("toolbox_update")
120
 	// _overflowMenuVisible
120
 	// _overflowMenuVisible
121
 	var diff,prevProps,that,props,ovrm
121
 	var diff,prevProps,that,props,ovrm
122
 	var attrs = [
122
 	var attrs = [

Loading…
Cancel
Save