Skip to content

Commit

Permalink
Version without using (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
schuessf committed Apr 4, 2023
1 parent 790fda8 commit 982acfa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions trunk/source/WebsiteStatic/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ function load_backend_version() {
$.get(_CONFIG.backend.web_bridge_url + "/version", function (response) {
try {
$('#version_info_text').html(
"Using Ultimate version " +
response.ultimate_version
"Ultimate version " + response.ultimate_version
);
} catch (e) {
console.log("Could not read backend ultimate version.");
Expand Down

0 comments on commit 982acfa

Please sign in to comment.