From 0a0d3fe1c6dea822cf97f24fed90516d128c7d04 Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Wed, 16 Jan 2013 11:54:05 -0800 Subject: [PATCH] Include domain in buttonlite submission link. --- r2/r2/templates/buttonlite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) %>