diff --git a/LICENSE b/LICENSE index 8466855be..6bb57545a 100755 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 41e174d6f..99c90f1b1 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -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; diff --git a/builds/crx/script.js b/builds/crx/script.js index 982ed9780..8b9d645f9 100644 --- a/builds/crx/script.js +++ b/builds/crx/script.js @@ -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; diff --git a/src/General/Navigate.coffee b/src/General/Navigate.coffee index 6728b50ed..56b17a4f3 100644 --- a/src/General/Navigate.coffee +++ b/src/General/Navigate.coffee @@ -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