Skip to content

Commit

Permalink
changes: remove H2 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
isra67 committed Oct 12, 2017
1 parent ffe5605 commit 79c1e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ app.controller('serviceCtrl', function ($scope, $rootScope, $location, services)
$scope.fullApplicationUpdate = function() {
$scope.reinitScopes();

$scope.msg = '<h2>Wait...</h2>';
$scope.msg = 'Wait...';

var repo = 'production';
try { repo = $rootScope.actualConfig['service']['update_repo']; } catch (e) { repo = 'production'; }
Expand Down

0 comments on commit 79c1e28

Please sign in to comment.