Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Better AppView
Browse files Browse the repository at this point in the history
  • Loading branch information
kimbtech committed Nov 12, 2021
1 parent 15b9512 commit 31bc1a9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
latest
1
1.1
1.1.11
1.1.12
5 changes: 3 additions & 2 deletions system/load/devjs/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,9 @@ function displayAsApp(){
border: 'none',
'box-shadow': 'none'
});
$('h1').css({
'font-size': '1.2em'
$('h1').first().css({
'font-size': '1.2em',
'display': 'none'
});
$('div.logout button#logout, div.logout span.small, div.footer a').css({
display: 'none'
Expand Down
2 changes: 1 addition & 1 deletion system/load/notes.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion system/php/systemInit.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ abstract class SystemInit{

//Sytemversion
// [ Hauptversionsnummer, Unternummer, Patch, Zusatz (Alpha, Beta, Final) ] => [1, 23, 5, 'B'] -> 1.23.5 Beta
const SYSTEMVERSION = [ 1, 1, 11, 'Final' ];
const SYSTEMVERSION = [ 1, 1, 12, 'Final' ];

/*
Auslesen der Konfiguration
Expand Down

0 comments on commit 31bc1a9

Please sign in to comment.