Skip to content

Commit

Permalink
Update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Dec 2, 2024
1 parent f99d37c commit e905dfa
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 21 deletions.
9 changes: 0 additions & 9 deletions client/dist-dev/static/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ __webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ addChangeListener: () => (/* binding */ addChangeListener),
/* harmony export */ args: () => (/* binding */ args),
/* harmony export */ authConn: () => (/* binding */ authConn),
/* harmony export */ authPath: () => (/* binding */ authPath),
/* harmony export */ dataPath: () => (/* binding */ dataPath),
/* harmony export */ deviceAuthPath: () => (/* binding */ deviceAuthPath),
Expand Down Expand Up @@ -466,14 +465,6 @@ if (args.get("frameless") === "true") {
frameless = true;
}
const dataPath = args.get('dataPath');
let authConn;
if (args.get("authConn")) {
let authConnStr = args.get("authConn").split(":");
authConn = {
profile: authConnStr[0],
mode: authConnStr[1],
};
}
let state = {};
function syncState() {
_utils_RequestUtils__WEBPACK_IMPORTED_MODULE_0__.get("/state")
Expand Down
2 changes: 1 addition & 1 deletion client/dist-dev/static/app.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<div id="toaster"></div>
<div id="toaster2"></div>
<script>
window.source_map = "static/app.e34876.js.map"
window.source_map = "static/app.980e75.js.map"
</script>
<script src="static/app.e34876.js"></script>
<script src="static/app.980e75.js"></script>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -20538,14 +20538,6 @@ if (args.get("frameless") === "true") {
frameless = true;
}
const dataPath = args.get('dataPath');
let authConn;
if (args.get("authConn")) {
let authConnStr = args.get("authConn").split(":");
authConn = {
profile: authConnStr[0],
mode: authConnStr[1],
};
}
let state = {};
function syncState() {
get("/state")
Expand Down
1 change: 1 addition & 0 deletions client/dist/static/app.980e75.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion client/dist/static/app.e34876.js.map

This file was deleted.

0 comments on commit e905dfa

Please sign in to comment.