mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
added proper embed parameter support, fixes #116
This commit is contained in:
parent
f571ed3554
commit
7b8d48467f
3 changed files with 11 additions and 11 deletions
|
@ -271,7 +271,7 @@
|
|||
<!-- termporary place holder-->
|
||||
<a id = "returnbutton">Return to pad</a>
|
||||
<script>
|
||||
$("#returnbutton").attr("href", document.location.href.substring(0,document.location.href.lastIndexOf('/timeslider')));
|
||||
$("#returnbutton").attr("href", document.referrer);
|
||||
</script>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue