Skip to content
This repository has been archived by the owner on Apr 7, 2019. It is now read-only.

Commit

Permalink
Fixes the problem type parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdymczyk committed May 11, 2017
1 parent d7a1d3d commit c780c8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
function showInputParameters() {
$.get(API_HOST + '/info', function(data, status) {
// show result
if (data.m.problem_type === 'image') {
if (data.m._problem_type === 'image') {
isBinaryPrediction = true;
hideBatch();
} else {
Expand Down

0 comments on commit c780c8a

Please sign in to comment.