1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Add dbtype command line switch and improved database type detection

Closes #116 and #117
This commit is contained in:
Harvey Kandola 2017-08-30 13:00:07 +01:00
parent d3512b499a
commit e505bb36e2
10 changed files with 659 additions and 644 deletions

View file

@ -67,7 +67,7 @@ export default Ember.Route.extend(ApplicationRouteMixin, TooltipMixin, {
console.log(transition); // eslint-disable-line no-console
if (netUtil.isAjaxAccessError(error) && !this.get('appMeta.setupMode')) {
localStorage.clearAll();
this.get('localStorage').clearAll();
return this.transitionTo('auth.login');
}
}

View file

@ -32,7 +32,7 @@
width: 100%;
border: none;
border-bottom: 1px solid $color-input;
height: 2.3rem;
height: 2.5rem;
outline: none;
&:focus {
@ -57,7 +57,7 @@
padding: 5px;
border: 1px solid $color-input;
border-radius: 2px;
height: 2.3rem;
height: 2.5rem;
font-size: 1rem;
display: inline-block;

View file

@ -1,6 +1,6 @@
{
"name": "documize",
"version": "1.53.2",
"version": "1.53.3",
"description": "The Document IDE",
"private": true,
"repository": "",