Commit 5ebe0a43 authored by Vladimir Baranov's avatar Vladimir Baranov

Merge branch 'release/1.2.1'

parents 8a145c24 f4cfb14d
......@@ -102,7 +102,6 @@ angular.module('ulakbus')
if ($location.path() === "/login") {
$log.debug("show errors on login form");
} else {
alert("Want relogin!");
return window.location.reload();
}
},
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
......@@ -17,7 +17,6 @@
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/roboto/roboto.css">
<link rel="stylesheet" href="css/jquery-ui.min.css">
</head>
<body ng-controller="KeyListenController" ng-keydown="down($event)">
......@@ -74,7 +73,6 @@
<script src="bower_components/jquery.min.js"></script>
<script src="bower_components/jquery-ui.min.js"></script>
<script src="bower_components/angular.js"></script>
<script src="bower_components/components.js"></script>
<script src="shared/translations.js"></script>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment