Skip to content

Commit

Permalink
Fix approval button
Browse files Browse the repository at this point in the history
Signed-off-by: Walker Crouse <[email protected]>
  • Loading branch information
windy1 committed Mar 15, 2017
1 parent 81f1163 commit 533ebad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "ore"

version := "1.2.11"
version := "1.2.12"

lazy val `ore` = (project in file(".")).enablePlugins(PlayScala)

Expand Down
1 change: 1 addition & 0 deletions public/javascripts/queue.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ $(function() {
$.ajax({
type: 'post',
url: '/' + versionPath + '/approve',
data: { csrfToken: csrf },
complete: function() { icon.removeClass('fa-spinner fa-spin').addClass('fa-thumbs-up'); },
success: function() {
$.when(listItem.fadeOut('slow')).done(function() {
Expand Down

0 comments on commit 533ebad

Please sign in to comment.