lengthed chat buffer for mod channel to 1000
This commit is contained in:
parent
c99fda5da2
commit
cb8945b8ef
8 changed files with 136 additions and 16 deletions
|
|
@ -1622,7 +1622,10 @@ function addChatMessage(data) {
|
|||
$(".nick-hover").removeClass("nick-hover");
|
||||
});
|
||||
var oldHeight = msgBuf.prop("scrollHeight");
|
||||
var numRemoved = trimChatBuffer();
|
||||
var numRemoved = 0;
|
||||
if(self.CHANNEL.name !== "mods"){
|
||||
numRemoved = trimChatBuffer();
|
||||
}
|
||||
if (SCROLLCHAT) {
|
||||
scrollChat();
|
||||
} else {
|
||||
|
|
|
|||
|
|
@ -8839,7 +8839,7 @@ var LoadingSpinner = (function (_Component) {
|
|||
|
||||
LoadingSpinner.prototype.createEl = function createEl() {
|
||||
return _Component.prototype.createEl.call(this, 'div', {
|
||||
className: 'vjs-loading-spinner',
|
||||
className: 'fuck-this-spinner',
|
||||
dir: 'ltr'
|
||||
});
|
||||
};
|
||||
|
|
@ -24307,4 +24307,4 @@ module.exports = exports['default'];
|
|||
|
||||
}(this, (this.vttjs || {})));
|
||||
|
||||
!function(){!function(a){var b=a&&a.videojs;if(b){b.CDN_VERSION="5.10.7";var c="https:"===a.location.protocol?"https://":"http://";b.options.flash.swf=c+"vjs.zencdn.net/swf/5.0.1/video-js.swf"}}(window),function(a,b,c,d,e,f,g){b&&b.HELP_IMPROVE_VIDEOJS!==!1&&(e.random()>.01||(f=b.location,g=b.videojs||{},a.src="//www.google-analytics.com/__utm.gif?utmwv=5.4.2&utmac=UA-16505296-3&utmn=1&utmhn="+d(f.hostname)+"&utmsr="+b.screen.availWidth+"x"+b.screen.availHeight+"&utmul="+(c.language||c.userLanguage||"").toLowerCase()+"&utmr="+d(f.href)+"&utmp="+d(f.hostname+f.pathname)+"&utmcc=__utma%3D1."+e.floor(1e10*e.random())+".1.1.1.1%3B&utme=8(vjsv*cdnv)9("+g.VERSION+"*"+g.CDN_VERSION+")"))}(new Image,window,navigator,encodeURIComponent,Math)}();
|
||||
!function(){!function(a){var b=a&&a.videojs;if(b){b.CDN_VERSION="5.10.7";var c="https:"===a.location.protocol?"https://":"http://";b.options.flash.swf=c+"vjs.zencdn.net/swf/5.0.1/video-js.swf"}}(window),function(a,b,c,d,e,f,g){b&&b.HELP_IMPROVE_VIDEOJS!==!1&&(e.random()>.01||(f=b.location,g=b.videojs||{},a.src="//www.google-analytics.com/__utm.gif?utmwv=5.4.2&utmac=UA-16505296-3&utmn=1&utmhn="+d(f.hostname)+"&utmsr="+b.screen.availWidth+"x"+b.screen.availHeight+"&utmul="+(c.language||c.userLanguage||"").toLowerCase()+"&utmr="+d(f.href)+"&utmp="+d(f.hostname+f.pathname)+"&utmcc=__utma%3D1."+e.floor(1e10*e.random())+".1.1.1.1%3B&utme=8(vjsv*cdnv)9("+g.VERSION+"*"+g.CDN_VERSION+")"))}(new Image,window,navigator,encodeURIComponent,Math)}();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue