Remove extra forward slash from button submit URL.

This commit is contained in:
Max Goodman
2011-08-15 11:43:46 -07:00
committed by Keith Mitchell
parent 0709a0a0af
commit ac47dcb120

View File

@@ -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;
}