feat: Heroku support - setup

This commit is contained in:
NGPixel
2017-05-14 20:17:08 -04:00
parent 6e0b7dc272
commit 451b2a646f
7 changed files with 215 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
/* global appconfig */
/* global appconfig, runmode */
import jQuery from 'jquery'
import _ from 'lodash'
@@ -180,6 +180,9 @@ jQuery(document).ready(function ($) {
},
proceedToDb: function (ev) {
let self = this
if (runmode.staticMongo) {
return self.proceedToDbcheck()
}
self.state = 'db'
self.loading = false
self.$nextTick(() => {