Skip to content

Commit 1e2bf62

Browse files
committed
Update openNote.js
1 parent 6af6d3a commit 1e2bf62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenNote/openNote/openNote.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ openNote.run(function ( $rootScope,
2828
//server config values
2929
serverConfigService.getConfig().then(function(config){
3030
if(!config)
31-
alertify.error("Connection to service failed");
31+
console.error("Connection to service failed");
3232
else
3333
$rootScope.serverConfig=config;
3434
}); //attach server config to root scope

0 commit comments

Comments
 (0)