diff --git a/more/app-more.js b/more/app-more.js index 7639a9a..14c0be1 100644 --- a/more/app-more.js +++ b/more/app-more.js @@ -37,7 +37,7 @@ //print("turn on"); - tablet.gotoWebScreen(APP_URL + "?version=" + Math.floor(Math.random()*50000)); + tablet.gotoWebScreen(APP_URL); //+ "?version=" + Math.floor(Math.random()*50000)); tablet.webEventReceived.connect(onMoreAppWebEventReceived); tablet.screenChanged.connect(onMoreAppScreenChanged);