mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -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()
|
||||
{
|
||||
padUrl = location.pathname;
|
||||
padHost = location.host;
|
||||
var padUrl = "http://" + padHost + padUrl + "/export/txt";
|
||||
var padUrl = document.location.href + "/export/txt";
|
||||
|
||||
$.get(padUrl, function(data)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue