Skip to content

Commit fd3cf03

Browse files
committed
changing version checking for support service
1 parent 2a9fd68 commit fd3cf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/ctrls/ms-ctrls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function($s, $http, config, $rootScope) {
142142
.then(function(res) { $s.app = true; })
143143
.catch(function() { $s.app = false; })
144144

145-
$http.rpc('msSupport', 'list_rast_jobs', {owner: $rootScope.user})
145+
$http.rpc('msSupport', 'version', {owner: $rootScope.user})
146146
.then(function(res) {
147147
console.log('res', res); $s.msSupport = true;
148148
})

0 commit comments

Comments
 (0)