This commit is contained in:
vita10gy 2013-03-09 09:47:22 -06:00
parent 9cd15edc54
commit a189fab9c4

View File

@ -305,7 +305,7 @@ window.chat.writeDataToHash = function(newData, storageHash, skipSecureMsgs) {
}); });
} }
//Override portal names that are used over and over, such as 'US Post Office' // Override portal names that are used over and over, such as 'US Post Office'
window.chat.getChatPortalName = function(markup) { window.chat.getChatPortalName = function(markup) {
var name = markup.name; var name = markup.name;
if(name === 'US Post Office') { if(name === 'US Post Office') {