UltrasonicNXT has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/120377

Change subject: Bugfix - white usernames
......................................................................

Bugfix - white usernames

Change-Id: I9441cf649239abf4c1e1b093a66a14ceab7eb0fb
---
M MediaWikiChat.js
M MediaWikiChat.php
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MediaWikiChat 
refs/changes/77/120377/1

diff --git a/MediaWikiChat.js b/MediaWikiChat.js
index 16273c9..8675052 100644
--- a/MediaWikiChat.js
+++ b/MediaWikiChat.js
@@ -355,7 +355,7 @@
 
                if ( hours > 1 ) {
                        tooltip = mw.message( 'chat-idle-hours', Math.round( 
hours ) );
-                       decimal = 1;
+                       hours = 1;
                } else {
                        var minutes = microseconds / 6000;
                        if ( minutes > 10 ) {
diff --git a/MediaWikiChat.php b/MediaWikiChat.php
index 72efe91..6c231da 100644
--- a/MediaWikiChat.php
+++ b/MediaWikiChat.php
@@ -17,7 +17,7 @@
 $wgExtensionCredits['specialpage'][] = array(
        'path' => __FILE__,
        'name' => 'MediaWikiChat',
-       'version' => '2.10.0',
+       'version' => '2.10.1',
        'author' => 'Adam Carter/UltrasonicNXT',
        'url' => 'https://www.mediawiki.org/wiki/Extension:MediaWikiChat',
        'descriptionmsg' => 'chat-desc',

-- 
To view, visit https://gerrit.wikimedia.org/r/120377
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9441cf649239abf4c1e1b093a66a14ceab7eb0fb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MediaWikiChat
Gerrit-Branch: master
Gerrit-Owner: UltrasonicNXT <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to