Skip to content

Commit

Permalink
misc cosmetic updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
schakrava committed Aug 24, 2015
1 parent d9908e5 commit f8950e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="col-md-offset-2 col-md-8 col-md-offset-2" id="supportBox">
<div class="alert alert-success" id="contrib-alert">
<h4>We are happy to make this update available to you. Please support us by
<a id="donateYes" href="#"> Donating</a> or making a <a href="http://shop.rockstor.com" target="_blank"> Purchase</a></h4>
<a id="donateYes" href="#version"> Donating</a> or making a <a href="http://shop.rockstor.com" target="_blank"> Purchase</a></h4>
<a id="update" class="btn btn-primary" title="start update">Start Update</a>
</div>
Expand All @@ -46,12 +46,11 @@
</div>
<% } %>
<div id="update-modal" class="modal fade">
<div id="update-modal" class="modal fade" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
<h4>RockStor is being updated to the latest version. Please wait... &nbsp;&nbsp; </h4>
<h4>Rockstor is being updated to the latest version. Please wait... &nbsp;&nbsp; </h4>
</div>
<div class="modal-body">
<div style="text-align: center">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ VersionView = RockstorLayoutView.extend({
_this.currentVersion = data[0];
_this.mostRecentVersion = data[1];
_this.changeList = data[2];
//_this.renderVersionInfo();
_this.checkAutoUpdateStatus();
},
error: function(xhr, status, error) {
Expand Down Expand Up @@ -106,7 +105,6 @@ VersionView = RockstorLayoutView.extend({
var contrib = 0;
this.$('input[name="amount"]').val(contrib);
this.$('#contrib-form').submit();
this.update();
},

update: function() {
Expand Down

0 comments on commit f8950e3

Please sign in to comment.