mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
Remove extra forward slash from button submit URL.
This commit is contained in:
committed by
Keith Mitchell
parent
0709a0a0af
commit
ac47dcb120
@@ -26,7 +26,7 @@ $(function() {
|
||||
}
|
||||
}
|
||||
function submit_url(url, sr, title) {
|
||||
var submit = "http:///www.reddit.com";
|
||||
var submit = "http://www.reddit.com";
|
||||
if (sr) {
|
||||
submit += "/r/" + sr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user