Skip to content

Commit b925013

Browse files
committed
cid#551133 Expression with no effect
I feel this line is here to avoid: 15:17 warning '$' is defined but never used no-unused-vars so we can drop it if we drop importing $ Signed-off-by: Caolán McNamara <[email protected]> Change-Id: I3ee8121162fbc82bfdb79df57e63c552a6a7c3d0
1 parent 01c200b commit b925013

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

browser/admin/src/AdminSocketLog.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,13 @@
1212
* Socket to be intialized on opening the log page in Admin console
1313
*/
1414

15-
/* global Admin $ AdminSocketBase */
15+
/* global Admin AdminSocketBase */
1616

1717
var AdminSocketLog = AdminSocketBase.extend({
1818
_logLines: '',
1919

2020
constructor: function(host) {
2121
this.base(host);
22-
// There is a "$" is never used error. Let's get rid of this. This is vanilla script and has not more lines than the one with JQuery.
23-
$('#form-channel-list').id;
2422
},
2523

2624
refreshLog: function() {

0 commit comments

Comments
 (0)