From 2f853b29e616ca85e21bfb7a92538d713d09ccf1 Mon Sep 17 00:00:00 2001 From: Ash258 Date: Sun, 27 Aug 2017 14:23:33 +0200 Subject: [PATCH] Update ServicesList.js Fix #819 I think this issue was closed due to lack of feedback. This problem is still a thing and this small change should fix it. In my custom service I use only "https://app.mysms.com/" instead of "https://app.mysms.com/#login" which every service restart go to login page instead of main app page. --- app/store/ServicesList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 71025da5..ffb189b4 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -347,7 +347,7 @@ Ext.define('Rambox.store.ServicesList', { ,logo: 'mysms.png' ,name: 'mysms' ,description: locale['services[34]'] - ,url: 'https://app.mysms.com/#login' + ,url: 'https://app.mysms.com/' ,type: 'messaging' ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("unread"),t=0;for(i=0;i=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}"https://app.mysms.com/#login"===document.baseURI&&(document.getElementsByClassName("innerPanel")[0].rows[0].style.display="none",document.getElementsByClassName("innerPanel")[0].rows[1].cells[0].firstElementChild.style.display="none",document.getElementsByClassName("msisdnLoginPanel")[0].style.display="inline");var originalTitle=document.title;setInterval(checkUnread,3000);' ,note: 'You have to use this service by signing in with your mobile number.'