This commit is contained in:
Zixaphir 2014-01-16 00:51:47 -07:00
parent 19c8ffe4d6
commit 879206219b
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.3.2 - 2014-01-15
* 4chan X - Version 1.3.2 - 2014-01-16
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE

View File

@ -22,7 +22,7 @@
// ==/UserScript==
/*
* 4chan X - Version 1.3.2 - 2014-01-15
* 4chan X - Version 1.3.2 - 2014-01-16
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -12123,7 +12123,7 @@
if (subtitle = $('.boardSubtitle')) {
$.rm(subtitle);
}
return $('.boardTitle').textContent = d.title = "" + board + " - " + title;
return $('.boardTitle').textContent = d.title = "/" + board + "/ - " + title;
},
navigate: function(e) {
var boardID, load, pageNum, path, threadID, view;

View File

@ -1,6 +1,6 @@
// Generated by CoffeeScript
/*
* 4chan X - Version 1.3.2 - 2014-01-15
* 4chan X - Version 1.3.2 - 2014-01-16
*
* Licensed under the MIT license.
* https://github.com/seaweedchan/4chan-x/blob/master/LICENSE
@ -12112,7 +12112,7 @@
if (subtitle = $('.boardSubtitle')) {
$.rm(subtitle);
}
return $('.boardTitle').textContent = d.title = "" + board + " - " + title;
return $('.boardTitle').textContent = d.title = "/" + board + "/ - " + title;
},
navigate: function(e) {
var boardID, load, pageNum, path, threadID, view;

View File

@ -170,7 +170,7 @@ Navigate =
updateTitle: ({board, title}) ->
$.rm subtitle if subtitle = $ '.boardSubtitle'
$('.boardTitle').textContent = d.title = "#{board} - #{title}"
$('.boardTitle').textContent = d.title = "/#{board}/ - #{title}"
navigate: (e) ->
return if @hostname isnt 'boards.4chan.org' or window.location.hostname is 'rs.4chan.org' or