mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
Fixed wordle export under https
This commit is contained in:
parent
6b43d2252b
commit
e96595896c
1 changed files with 1 additions and 3 deletions
|
@ -289,9 +289,7 @@ var padimpexp = (function()
|
||||||
},
|
},
|
||||||
export2Wordle: function()
|
export2Wordle: function()
|
||||||
{
|
{
|
||||||
padUrl = location.pathname;
|
var padUrl = document.location.href + "/export/txt";
|
||||||
padHost = location.host;
|
|
||||||
var padUrl = "http://" + padHost + padUrl + "/export/txt";
|
|
||||||
|
|
||||||
$.get(padUrl, function(data)
|
$.get(padUrl, function(data)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue