|
|
@@ -27,11 +27,13 @@ class Wview_v1 extends PureComponent<Props> {
|
|
27
|
27
|
setInterval(() => {
|
|
28
|
28
|
this.setState(() => {
|
|
29
|
29
|
console.log('setting state');
|
|
30
|
|
- return { unseen: "does not display" }
|
|
|
30
|
+ var wv0_dev = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}
|
|
|
31
|
+ // return { unseen: "does not display" }
|
|
|
32
|
+ return { unseen: wv0_dev.ret }
|
|
31
|
33
|
});
|
|
32
|
34
|
}, 1000);
|
|
33
|
35
|
}
|
|
34
|
|
-
|
|
|
36
|
+
|
|
35
|
37
|
render() {
|
|
36
|
38
|
var webview_style = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("webview_style",{that:this},{}) : {}
|
|
37
|
39
|
var wv0_styles = window.glob_vhook.fns.glob_dev_fncb ? window.glob_vhook.fns.glob_dev_fncb("wv0_styles",{that:this},{}) : {}
|