diff --git a/r2/r2/templates/buttonlite.js b/r2/r2/templates/buttonlite.js index 6643c317c..fd06a435e 100644 --- a/r2/r2/templates/buttonlite.js +++ b/r2/r2/templates/buttonlite.js @@ -30,7 +30,7 @@ <% if thing._fullname: - path = thing.make_permalink_slow() + path = thing.make_permalink_slow(force_domain=True) else: path = capture(submiturl, thing.url, thing.title) %>