Skip to content
This repository was archived by the owner on Dec 17, 2018. It is now read-only.

Commit f8934b4

Browse files
committed
Rename JS to main.js
1 parent 6acde12 commit f8934b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mqtt/web-interface/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<!-- MQTT websocket library -->
1414
<script type="text/javascript" src="mqttws31.js"></script>
1515

16-
<!-- my script and css -->
17-
<script type="text/javascript" src="rcvMqttMsg.js"></script>
16+
<!-- main script and css -->
17+
<script type="text/javascript" src="main.js"></script>
1818
<link href="style.css" rel="stylesheet">
1919
</head>
2020
<body>
File renamed without changes.

0 commit comments

Comments
 (0)