Skip to content

Commit

Permalink
oprava vypisování title
Browse files Browse the repository at this point in the history
fixed #89
  • Loading branch information
vojir committed Feb 4, 2016
1 parent d83fa83 commit 46ae507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/lib/UIPainter.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 46ae507

Please sign in to comment.