Implement #106
This commit is contained in:
parent
2622aaac41
commit
369517945b
4 changed files with 14 additions and 14 deletions
|
|
@ -101,7 +101,7 @@ $(window).resize(function() {
|
|||
|
||||
// Match URLs of the form http://site.tld/r/channel
|
||||
var loc = document.location+"";
|
||||
var m = loc.match(/\/r\/([a-zA-Z0-9]+)$/);
|
||||
var m = loc.match(/\/r\/([a-zA-Z0-9-_]+)$/);
|
||||
if(m) {
|
||||
CHANNEL = m[1];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue