-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* (bluefox) Packages were updated * (bluefox) Corrected vis-2 widget
- Loading branch information
1 parent
2a64717
commit f5a14a0
Showing
12 changed files
with
28 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
admin/static/js/main.d78b07ad.js → admin/static/js/main.73ae749a.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
admin/static/js/main.d78b07ad.js.map → admin/static/js/main.73ae749a.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en" xmlns="http://www.w3.org/1999/html"><head><title>Full calendar</title><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="_socket/info.js"></script><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><script defer="defer" src="./static/js/main.d78b07ad.js"></script><link href="./static/css/main.f9bd0fe2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body><script>var themeType=window.localStorage.getItem("App.themeType");themeType=themeType||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),window.document.body.className+="dark"===themeType?"body-dark":"body-light"</script></html> | ||
<!doctype html><html lang="en" xmlns="http://www.w3.org/1999/html"><head><title>Full calendar</title><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="_socket/info.js"></script><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><script defer="defer" src="./static/js/main.73ae749a.js"></script><link href="./static/css/main.f9bd0fe2.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body><script>var themeType=window.localStorage.getItem("App.themeType");themeType=themeType||(window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light"),window.document.body.className+="dark"===themeType?"body-dark":"body-light"</script></html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "iobroker.fullcalendar", | ||
"description": "This adapter allows planing with calendar.", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"author": { | ||
"name": "bluefox", | ||
"email": "[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.