kevin

Results 5 comments of kevin

Is there no way to doing this through php so I don’t have to log in to cpannel every time I make a change?

Storage.read is broken in android this is how i fixed it ``` function readSyncFix(){ try { var data = JSON.parse(Storage.readSync(savefile)); welcomeText.value = "Hi " + data.welcomeText; } catch (e) {...

> You need `in_iframe` setting Right I’ve set in_iframe = On still the same problem