mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
Diabook - move pause icon.
This commit is contained in:
parent
fccc76371f
commit
4c3e9fde28
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ $(document).ready(function() {
|
|||
|
||||
});
|
||||
|
||||
$("div#pause").attr("style", "position: fixed;bottom: 43px;left: 5px;");
|
||||
$("div#pause").attr("style", "position: fixed;bottom: 25px;left: 5px;");
|
||||
$("div#pause").html("<img src='images/pause.gif' alt='pause' title='pause live-updates (ctrl+space)' style='border: 1px solid black;opacity: 0.2;'>");
|
||||
$(document).keydown(function(event) {
|
||||
if (!$("div#pause").html()){
|
||||
|
|
Loading…
Reference in a new issue