This commit is contained in:
2012-08-30 15:11:38 +02:00
parent a98fa6bf14
commit 52b8db73fa
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ html lang="en"
var QMobile;
// Dummy holder when Qmobile object is not supplied by the mobile phone
QMobile || (QMobile = {
scanQr: function(){window.location = '/select_qrcode'}
scanQr: function(){window.location = '/select_qrcode'},
activateRotation: function(){}
});
body
@@ -23,5 +23,6 @@ table#active-order-table.table.table-striped.hide
javascript:
jQuery(function(){
Quser.load_table_products('#{@table.id}', #{@table.occupied? ? 'true' : 'false'});
QMobile.activateRotation();
})