Browse Source

!= to !== (#39)

披荆斩棘 8 năm trước cách đây
mục cha
commit
27a1ba462b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);