Browse Source

auto commit

app
jfinn 3 years ago
parent
commit
338c36b2ac
1 changed files with 4 additions and 3 deletions
  1. 4
    3
      mdev/wv0.native.js

+ 4
- 3
mdev/wv0.native.js View File

@@ -117,9 +117,7 @@ injectedJs =`
117 117
              // <Wview_ui style = { wv0_styles_dev.vb1 || {}} />
118 118
      	return (
119 119
              <View style = { wv0_styles_dev.v1 || {} }>
120
-             <Button style = { wv0_styles_dev.vb1 || {}} >
121
-             {'polls.create.create'}
122
-             </Button>
120
+
123 121
              <Text style = { wv0_styles_dev.txt || {} }
124 122
              >
125 123
              Z??
@@ -136,6 +134,9 @@ injectedJs =`
136 134
 
137 135
             onMessage={onMsg}
138 136
             ></WebView>
137
+                         <Button style = { wv0_styles_dev.vb1 || {}} >
138
+             {'polls.create.create'}
139
+             </Button>
139 140
             <Text2 style = { wv0_styles_dev.txt2 || {} }
140 141
              >
141 142
              Z2

Loading…
Cancel
Save