From 3e5a6910a3c64be8be1d263c391009d1d6266547 Mon Sep 17 00:00:00 2001 From: Kerrick Long Date: Thu, 21 Jul 2011 18:34:44 -0500 Subject: [PATCH] Added notification area to listHTML and submitHTML. --- js/common.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/js/common.js b/js/common.js index 2746869..25c118a 100644 --- a/js/common.js +++ b/js/common.js @@ -949,7 +949,8 @@ Popup.prototype.createListHTML = function (url) { throw chrome.i18n.getMessage('error_not_cached'); } - listHTML = '
    '; + listHTML = '
    '; + listHTML += '
      '; staleCounter = 0; utils.forEachIn(cache.get(url).posts, function (name, value) { @@ -1039,7 +1040,8 @@ Popup.prototype.createSubmitForm = function (tab) { var submitHTML, redditCache; redditCache = cache.get('reddits'); - submitHTML = '
      '; + submitHTML = '
      '; + submitHTML += ''; submitHTML += '

      ' + chrome.i18n.getMessage('submit_page') + '

      '; submitHTML += '
      '; submitHTML += '';