披荆斩棘 8 лет назад
Родитель
Сommit
27a1ba462b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      complete/src/main/resources/static/app.js

+ 1 - 1
complete/src/main/resources/static/app.js

@@ -25,7 +25,7 @@ function connect() {
 }
 
 function disconnect() {
-    if (stompClient != null) {
+    if (stompClient !== null) {
         stompClient.disconnect();
     }
     setConnected(false);