Spell checking, a-c.

This commit is contained in:
Mike Castle
2013-11-22 20:14:23 -08:00
parent 336c52b830
commit c31fa3d46d
11 changed files with 12 additions and 12 deletions

View File

@ -30,7 +30,7 @@ window.plugin.updateCheck.getUrl = function(callback) {
var url = 'http://iitc.jonatkins.com/versioncheck.php'
+ '?build=@@BUILDNAME@@'
+ '&mobile='+((typeof android !== 'undefined' && android)?'1':'0')
+ '&ts='+Date.now(); // append timestamp - ensures no cacheing of old data, even on mobile with the aggressive cache code
+ '&ts='+Date.now(); // append timestamp - ensures no caching of old data, even on mobile with the aggressive cache code
if (callback) {
url = url + '&callback='+callback