披荆斩棘 8 жил өмнө
parent
commit
27a1ba462b

+ 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);