remove unused variable
This commit is contained in:
parent
634c0fd0e0
commit
e4daeaa9cd
@ -273,7 +273,7 @@ window.chat.writeDataToHash = function(newData, storageHash, isPublicChannel, is
|
|||||||
//remove "Your X on Y was destroyed by Z" from the faction channel
|
//remove "Your X on Y was destroyed by Z" from the faction channel
|
||||||
if (systemNarrowcast && !isPublicChannel) return true;
|
if (systemNarrowcast && !isPublicChannel) return true;
|
||||||
|
|
||||||
var msg = '', nick = '', pguid;
|
var msg = '', nick = '';
|
||||||
$.each(json[2].plext.markup, function(ind, markup) {
|
$.each(json[2].plext.markup, function(ind, markup) {
|
||||||
switch(markup[0]) {
|
switch(markup[0]) {
|
||||||
case 'SENDER': // user generated messages
|
case 'SENDER': // user generated messages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user