Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2017-03-26 07:24:17 +0300
committerChaoyi Zha <summermontreal@gmail.com>2017-03-26 07:24:17 +0300
commit71a07e61ed604d24b6e5f75e352745a4c950b16e (patch)
treea7fcb39f4b3f88d636a748a417f371efdabe4f06 /public
parent7e0d404c7277f8708c11b2783d791bfb4cbe010a (diff)
Fix SetupCtrl
Diffstat (limited to 'public')
-rw-r--r--public/js/SetupCtrl.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/public/js/SetupCtrl.js b/public/js/SetupCtrl.js
index 3380aab..ed6c8a2 100644
--- a/public/js/SetupCtrl.js
+++ b/public/js/SetupCtrl.js
@@ -1,8 +1,4 @@
polr.controller('SetupCtrl', function($scope) {
- $scope.settings = {
- restrictEmailDomain: false
- };
-
$scope.init = function () {
$('[data-toggle="popover"]').popover({
trigger: "hover",