From 4211a99786a3a44da68f1656b8717e46f7aecd20 Mon Sep 17 00:00:00 2001 From: Infocatcher Date: Sat, 9 Aug 2014 21:05:26 +0400 Subject: [PATCH] Use .image getter instead of .getAttribute() (#147) --- bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.js b/bootstrap.js index eb909c4..393da61 100644 --- a/bootstrap.js +++ b/bootstrap.js @@ -3892,7 +3892,7 @@ API.prototype = { if(!tab.parentNode) // Tab was closed return; _dbgv && _log("_updateBookmarkFavicon(): delay"); - var icon = (tab.getAttribute("image") || "") + var icon = (tab.image || "") .replace(/[&#]-moz-resolution=\d+,\d+$/, ""); // Firefox 22+ if(!icon) return;