Changed size of the bars

This commit is contained in:
Kasper Rynning-Tønnesen
2015-02-15 20:32:17 +01:00
parent 875924cf11
commit 800ad6fc71
2 changed files with 4 additions and 4 deletions

View File

@@ -398,7 +398,7 @@ function setBGimage(id){
function notifyUser(id, title) {
title= title.replace(/\\\'/g, "'").replace(/"/g,"'").replace(/&/g,"&");
if (Notification.permission === "granted" && !notified && document.hidden && id != "30H2Z8Lr-4c") {
if (Notification.permission === "granted" && !notified && document.hidden && id != "30H2Z8Lr-4c" && !window.mobilecheck()) {
var notification = new Notification("Now Playing", {body: title, icon: "http://i.ytimg.com/vi/"+id+"/mqdefault.jpg", iconUrl: "http://i.ytimg.com/vi/"+id+"/mqdefault.jpg"});
setTimeout(function(){
notification.close();