diff --git a/js/config.js b/js/config.js index 4fb8c06..3674682 100644 --- a/js/config.js +++ b/js/config.js @@ -7,4 +7,5 @@ const appRoot = 'http://localhost:8888/'; -const wsUrl = 'ws://localhost:8080';//use wss://localhost:8080/comm for secured connection \ No newline at end of file +const wsUrl = 'ws://localhost:8080';//use wss://localhost:8080/comm for secured connection +const spinnerClass = 'fa fa-spinner faa-spin animated'; \ No newline at end of file