bump dev version

This commit is contained in:
Luke Pulverenti
2015-05-28 01:51:48 -04:00
parent 6daced8387
commit 48a576778f
28 changed files with 443 additions and 326 deletions
+6 -2
View File
@@ -98,7 +98,7 @@
}
function setDefault(page) {
var backdropContainer = $('.backdropContainer');
if (backdropContainer.length) {
@@ -128,6 +128,10 @@
return false;
}
if ($.browser.android && Dashboard.isRunningInCordova()) {
return true;
}
if ($.browser.mobile) {
return false;
}
@@ -179,7 +183,7 @@
$(page).removeClass('backdropPage');
}
}
function setBackdropUrl(page, url) {
if (url) {