From d3d0919374b81a5c14dc8779e358b25aacc83ef8 Mon Sep 17 00:00:00 2001 From: Animazing Date: Mon, 11 Apr 2011 11:11:03 +0200 Subject: [PATCH 1/2] Changed the timer to polling every 5 minutes --- background.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/background.html b/background.html index 3039b0e..d2ce86d 100644 --- a/background.html +++ b/background.html @@ -7,7 +7,7 @@ ,settings: { url: 'http://bytesized-hosting.com/api/profile/' ,testData: 'testdata.xml' - ,interval: 1000*10 // ten minutes *60*10 + ,interval: 1000*60*5 // ten minutes *60*10 ,ajaxParams: { cache: false ,dataType: 'xml' From 68fef03a142b7ca11b736acd35f829954fa4accf Mon Sep 17 00:00:00 2001 From: Animazing Date: Mon, 11 Apr 2011 11:13:56 +0200 Subject: [PATCH 2/2] Bumped version --- README.markdown | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 998dfc8..4f94386 100644 --- a/README.markdown +++ b/README.markdown @@ -30,7 +30,7 @@ If you have any ideas that you would like to see in the plugin, please let us kn We're open to suggestions. :) ### Recent Changes - +- Changed polling to five minutes - Graph will now be updated when you have the popup window open. -slickplaid - Graph and icon turn red when >90% usage -slickplaid - Added IRC Hook diff --git a/manifest.json b/manifest.json index 97abd84..98f3af7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Bytesized's Pandora", - "version": "1.0.1", + "version": "1.0.2", "description": "Displays useful information about your ByteSized Account", "options_page": "options.html", "background_page": "background.html",