Skip to content
Snippets Groups Projects
Commit cd51da11 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

jslint fixes.

parent 0356e590
Branches
Tags
No related merge requests found
......@@ -68,9 +68,7 @@ DatabasesControllers.controller('DatabaseEdit', ['$scope', '$routeParams', '$loc
}
});
} else if (engine === 'h2') {
conn_str = "file:"+details.file;
} else {
conn_str = "";
map.file = details.conn_str.substring(5);
}
return map;
......@@ -89,7 +87,7 @@ DatabasesControllers.controller('DatabaseEdit', ['$scope', '$routeParams', '$loc
return {
'conn_str': conn_str
}
};
};
var parseFormErrors = function(error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment