From 46ae507f6aa18bc996b75c4524385ce9699639f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislav=20Voj=C3=AD=C5=99?= Date: Thu, 4 Feb 2016 21:52:55 +0100 Subject: [PATCH] =?UTF-8?q?oprava=20vypisov=C3=A1n=C3=AD=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed KIZI/EasyMiner-MiningUI#89 --- web/js/lib/UIPainter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/js/lib/UIPainter.js b/web/js/lib/UIPainter.js index e1196eb..dc1c4ee 100644 --- a/web/js/lib/UIPainter.js +++ b/web/js/lib/UIPainter.js @@ -499,7 +499,7 @@ var UIPainter = new Class({ } var minerName=this.ARBuilder.getMinerName(); if (minerName){ - document.title=minerName+' :: '+config.name; + document.title=minerName+' :: '+config.titleAppName; var applicationSubTitle=$('applicationSubTitle'); if (applicationSubTitle){ applicationSubTitle.set('text',minerName);