Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
uaoleg committed Jul 21, 2015
1 parent 0b04bf7 commit 26d0e28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ng-tags-input/3.0.0/ng-tags-input.min.css"/>
<link rel="stylesheet" href="css/bootstrap.css?vvkp-version-1.2.6">
<link rel="stylesheet" href="css/deputies.css?vvkp-version-1.2.6">
<link rel="stylesheet" href="css/styles.css?vvkp-version-1.2.6">
<link rel="stylesheet" href="css/bootstrap.css?vvkp-version-1.2.7">
<link rel="stylesheet" href="css/deputies.css?vvkp-version-1.2.7">
<link rel="stylesheet" href="css/styles.css?vvkp-version-1.2.7">
<script defer id="github-bjs" src="https://buttons.github.io/buttons.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.4.2/angular.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ng-tags-input/3.0.0/ng-tags-input.min.js"></script>
Expand Down Expand Up @@ -131,7 +131,7 @@ <h3 style="background-image: url(img/logo.png); line-height: 60px; margin: 0; te
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

<script src="js/app.js?vvkp-version-1.2.6"></script>
<script src="js/app.js?vvkp-version-1.2.7"></script>

<script>
(function (i, s, o, g, r, a, m) {
Expand Down
2 changes: 1 addition & 1 deletion js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
return tagIndex;
}

$http.get('data/data.min.js?vvkp-version-1.2.6')
$http.get('data/data.min.js?vvkp-version-1.2.7')
.then(function(response){
var binStr = atob(response.data);
$scope.deputies = JSON.parse(pako.inflate(binStr, { to: 'string' }));
Expand Down

0 comments on commit 26d0e28

Please sign in to comment.