Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
ad4ae2dead
1 changed files with 9 additions and 0 deletions
  1. 9
    0
      mdev/wview/wv1.native.js

+ 9
- 0
mdev/wview/wv1.native.js View File

8
         clog("Wview_v1 init")
8
         clog("Wview_v1 init")
9
      }
9
      }
10
      render() {
10
      render() {
11
+     	var wb_url
12
+     	clog("Wview_v1 render")
13
+     	if (glob_vhook?.fns?.gen_xcal_room3) {
14
+
15
+     	} else {
16
+
17
+     	}
18
+
19
+
11
      	            var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
20
      	            var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
12
      	return {
21
      	return {
13
 
22
 

Loading…
Cancel
Save