window.Quser iso root.Quser
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
root = exports ? this
|
|
||||||
window.Quser=
|
window.Quser=
|
||||||
handle_active_list: (callback) ->
|
handle_active_list: (callback) ->
|
||||||
$.get('/user/list_info.json', (res) ->
|
$.get('/user/list_info.json', (res) ->
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ html lang="en"
|
|||||||
link href="images/apple-touch-icon.png" rel="apple-touch-icon-precomposed"
|
link href="images/apple-touch-icon.png" rel="apple-touch-icon-precomposed"
|
||||||
link href="images/favicon.ico" rel="shortcut icon"
|
link href="images/favicon.ico" rel="shortcut icon"
|
||||||
javascript:
|
javascript:
|
||||||
var QMobile;
|
var QMobile, Quser, Qsupplier;
|
||||||
// Dummy holder when Qmobile object is not supplied by the mobile phone
|
// Dummy holder when Qmobile object is not supplied by the mobile phone
|
||||||
QMobile || (QMobile = {
|
QMobile || (QMobile = {
|
||||||
scanQr: function(){window.location = '/select_qrcode'}
|
scanQr: function(){window.location = '/select_qrcode'}
|
||||||
|
|||||||
Reference in New Issue
Block a user