mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
css and js fixes
This commit is contained in:
2
boot.php
2
boot.php
@@ -53,7 +53,7 @@ require_once('include/bbcode.php');
|
||||
require_once('include/items.php');
|
||||
|
||||
define ( 'PLATFORM_NAME', 'hubzilla' );
|
||||
define ( 'STD_VERSION', '5.9.5' );
|
||||
define ( 'STD_VERSION', '5.9.6' );
|
||||
define ( 'ZOT_REVISION', '6.0' );
|
||||
|
||||
define ( 'DB_UPDATE_VERSION', 1245 );
|
||||
|
||||
@@ -245,7 +245,7 @@ a.wikilist {
|
||||
|
||||
/* hq_controls */
|
||||
.hq_controls_fixed_bottom_center {
|
||||
z-index: 1090;
|
||||
z-index: 1028;
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
left: 50%;
|
||||
|
||||
@@ -3,11 +3,13 @@ $(document).ready(function() {
|
||||
$(document).on('click', '#jot-toggle', function(e) {
|
||||
$(window).scrollTop(0);
|
||||
$('#jot-popup').toggle();
|
||||
$('#profile-jot-text').focus();
|
||||
});
|
||||
|
||||
$(document).on('click', '#notes-toggle', function(e) {
|
||||
$(window).scrollTop(0);
|
||||
$('#personal-notes').toggleClass('d-none');
|
||||
$('#note-text').focus();
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user