update live tv database

This commit is contained in:
Luke Pulverenti
2015-06-01 10:49:23 -04:00
parent 8e0dc6d8e4
commit d4abbd5560
9 changed files with 116 additions and 25 deletions
+2 -1
View File
@@ -124,7 +124,8 @@ var WebNotifications = {
show: function (data) {
if (window.cordova && window.cordova.plugins && window.cordova.plugins.notification) {
// Seeing crashes in android
if (window.cordova && window.cordova.plugins && window.cordova.plugins.notification && !$.browser.android) {
if (!WebNotifications.lastId) {
// Cordova plugin will crash on android with long. need an int
+1 -1
View File
@@ -68,7 +68,7 @@
elem.popup("open").parents(".ui-popup-container").css("margin-top", 30);
if ($.browser.safari) {
$('.itemVideo').css('visibility', 'hidden');
//$('.itemVideo').css('visibility', 'hidden');
}
}