Add JRDA rules

This commit is contained in:
Neale Pickett 2014-01-20 20:19:36 -07:00
parent 5d7c607980
commit d53103f7cf
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
"description": "Short application name"
},
"appDesc": {
"message": "Roller Derby Scoreboard for WFTDA, USARS, RDCL, and MADE",
"message": "Roller Derby Scoreboard for WFTDA, USARS, RDCL, MADE, and JRDA",
"description": "Application description for app store listing"
},

View File

@ -4,7 +4,7 @@
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDesc__",
"author": "Neale Pickett <neale@woozle.org>",
"version": "6.0.2",
"version": "6.1",
"app": {
"background": {
"scripts": ["res/background.js"]

View File

@ -197,7 +197,6 @@ input[readonly] {
height: 16px;
width: 16px;
opacity: 0.5;
cursor: crosshair;
}
#prefs {

View File

@ -29,7 +29,8 @@ var presets = [
["WFTDA", 30 * 60 * 1000, 120 * 1000, 30 * 1000, 3],
["USARS", 30 * 60 * 1000, 90 * 1000, 30 * 1000, 3],
["RDCL", 15 * 60 * 1000, 60 * 1000, 30 * 1000, 3],
["MADE", 15 * 60 * 1000, 90 * 1000, 30 * 1000, 1]
["MADE", 15 * 60 * 1000, 90 * 1000, 30 * 1000, 1],
["JRDA", 30 * 60 * 1000, 120 * 1000, 30 * 1000, 2]
];
var period_time;
var jam_time;