Skip to content

Commit

Permalink
Fix update check
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrankHank committed Oct 29, 2015
1 parent c73bf06 commit 54f022b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/pages/dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ define(['jquery'], function ($) {
if (data['version'][1].version_nr === $('#phpietadminversion').text()) {
val = true;
} else {
val = data['version']
val = data['version'][1].version_nr
}

if (val === true) {
Expand Down

0 comments on commit 54f022b

Please sign in to comment.