@ -194,8 +194,7 @@
< / div >
< div class = "title" title = "{{activeBuffer().rtitle}}" >
< span class = "desktop" ng-repeat = "part in activeBuffer().title" ng-class = "::part.classes" ng-bind-html = "::(part.text | linky:'_blank' | DOMfilter:'irclinky')" > < / span >
< span class = "mobile" ng-click = "showModal('topicModal')" ng-class = "{'active': activeBuffer().active, 'channel': activeBuffer().type === 'channel', 'channel_hash': activeBuffer().prefix === '#', 'channel_plus': activeBuffer().prefix === '+', 'channel_ampersand': activeBuffer().prefix === '&'}" > {{ activeBuffer().trimmedName || activeBuffer().fullName }}< / span >
< span ng-click = "showModal('topicModal')" ng-class = "{'active': activeBuffer().active, 'channel': activeBuffer().type === 'channel', 'channel_hash': activeBuffer().prefix === '#', 'channel_plus': activeBuffer().prefix === '+', 'channel_ampersand': activeBuffer().prefix === '&'}" > {{ activeBuffer().trimmedName || activeBuffer().fullName }}< / span >
< / div >
< div class = "actions pull-right vertical-line-left" >
@ -250,7 +249,7 @@
< td class = "prefix" > < a ng-click = "addMention(bufferline.prefix)" > < span class = "hidden-bracket" > < < / span > < span ng-repeat = "part in ::bufferline.prefix" ng-class = "::part.classes" ng-bind = "::part.text|prefixlimit:25" > < / span > < span class = "hidden-bracket" > > < / span > < / a > < / td > <!--
-->< td class = "message" > <!--
-->< div ng-repeat = "metadata in ::bufferline.metadata" plugin data = "::metadata" > < / div > <!--
-->< span ng-repeat = "part in ::bufferline.content" class = "text" ng-class = "::part.classes.concat(['line-' + part.$$hashKey.replace(':','_')])" ng-bind-html = "::part.text | linky:'_blank' | DOMfilter:'irclinky' | DOMfilter:'inlinecolour' | DOMfilter:'mathjax':('.line-' + part.$$hashKey.replace(':','_')):settings.enableMathjax" > < / span >
-->< span ng-repeat = "part in ::bufferline.content" class = "text" ng-class = "::part.classes.concat(['line-' + part.$$hashKey.replace(':','_')])" ng-bind-html = "::part.text | linky:'_system' | linksForCordova | DOMfilter:'irclinky' | DOMfilter:'inlinecolour' | DOMfilter:'mathjax':('.line-' + part.$$hashKey.replace(':','_')):settings.enableMathjax" > < / span >
< / td >
< / tr >
< tr class = "readmarker" ng-if = "activeBuffer().lastSeen==$index" >