check user agent and token when webview is loaded
This commit is contained in:
@@ -591,5 +591,12 @@
|
||||
//end Ajax
|
||||
}
|
||||
//end show list function
|
||||
|
||||
/* check webview loaded*/
|
||||
var webview = '';
|
||||
<%if @webview %>
|
||||
var webview = <%= @webview %>;
|
||||
showHideNavbar(webview);
|
||||
<% end %>
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user