Skip to content

Commit

Permalink
Merge pull request #2114 from OnlineDynamic/accessibilityandsecurityd…
Browse files Browse the repository at this point in the history
…ec24

attempt to resolve fpp detection after make
  • Loading branch information
OnlineDynamic authored Jan 11, 2025
2 parents 40aafa8 + 2dd12ed commit ec3ed9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
"charconv": "cpp",
"execution": "cpp",
"menu.inc": "php",
"htmlMeta.inc": "php",
"footer.inc": "php",
"menuHead.inc": "php",
"shared_mutex": "cpp"
Expand Down
3 changes: 2 additions & 1 deletion www/common/htmlMeta.inc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<!-- HTML META SECTION -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta charset="utf-8">
2 changes: 1 addition & 1 deletion www/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ function GetDirSetting($dir)
// so we'll make sure it's in a comment so that discovery will work
if (!isset($skipJSsettings)) {
?>
<!-- Falcon Player - FPP -->
<!--Falcon Player - FPP-->
<script type="text/javascript">
// Standard Common JS Variables
MINYEAR = <? echo MINYEAR; ?>;
Expand Down
5 changes: 3 additions & 2 deletions www/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,8 @@
"200 pixels": 200
},
"exposedAsJSToPages": [
"filemanager"
"filemanager",
"all"
]
},
"fileManagerTableFilter": {
Expand Down Expand Up @@ -2029,7 +2030,7 @@
"default": 0,
"type": "checkbox",
"exposedAsJSToPages": [
"index"
"index, all"
]
},
"piRTC": {
Expand Down

0 comments on commit ec3ed9d

Please sign in to comment.