Fix export button. (#501)

This commit is contained in:
Alexander Weidinger 2016-08-29 19:19:21 +02:00 committed by Thomas Müller
parent 8fef0185a2
commit 52ec69a74c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ angular.module('contactsApp')
ctrl.showUrl = false;
/* globals oc_config */
/* eslint-disable camelcase */
ctrl.canExport = oc_config.versionstring.split('.') >= [9, 0, 2];
ctrl.canExport = oc_config.version.split('.') >= [9, 0, 2, 0];
/* eslint-enable camelcase */
ctrl.toggleShowUrl = function() {