diff --git a/defs.py b/defs.py index 560990c..2c81e8a 100644 --- a/defs.py +++ b/defs.py @@ -1,4 +1,4 @@ -VERSION = '0.9.6.0' +VERSION = '0.9.6.1' PROGRAM = 'HPe-rc' DESCRIPTION = 'HPe-rc is a utility program for controlling the Uniden HomePatrol-1 Scanner.' UPDATE_CHECK = 'http://update.hp.xoynq.com/' diff --git a/hpe-rc.py b/hpe-rc.py index 998ff97..6605eb7 100644 --- a/hpe-rc.py +++ b/hpe-rc.py @@ -327,7 +327,7 @@ def web_app(environ, start_response): FILEMAP = {'feeds.html','monitor.html'} PATHMAP = {'feeds' : config['feed_path'], 'monitor' : config['mon_path']} POSTMAP = {'post/config' : 'config' , 'post/favorites': 'favorites'} - REDIRECT = {'jquery.js': 'jquery-1.8.2.min.js', '' : 'hpe-rc.html'} + REDIRECT = {'jquery.js': 'jquery-1.10.2.min.js', '' : 'hpe-rc.html'} FILES = {'hpe-rc.html' : None, 'base.css' : None, 'base.js' : None, 'HPe-rc64.png': None, 'hpe-rc.css' : None, 'hpe-rc.js' : None, 'jquery-1.10.2.min.js': None, 'jquery-1.8.2.min.js': None, 'favicon.ico' : None ,'config.html': None ,'favorites.html': None, 'feeds.html' : 'files.html', 'monitor.html': 'files.html'}