From 67f9520059fd60999146c438358ff5cb504f7199 Mon Sep 17 00:00:00 2001 From: Ben Rothman Date: Thu, 22 Oct 2015 09:26:13 -0500 Subject: [PATCH] set Other as default event type --- js/points-center/submission.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/points-center/submission.js b/js/points-center/submission.js index 96d2068..66a7bcf 100644 --- a/js/points-center/submission.js +++ b/js/points-center/submission.js @@ -8,7 +8,8 @@ var _ = { template: require('lodash/string/template') }; var utils = require('./utils'); -var type, slivkans, fellows; +var slivkans, fellows; +var type = 'Other'; var typeaheadUniqueIndex = 0; var VALID_EVENT_NAME = false;