Skip to content

Commit

Permalink
deploy: 81ec503
Browse files Browse the repository at this point in the history
  • Loading branch information
Heulitig committed Apr 10, 2024
1 parent 3e7d8f1 commit a26741c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function update_source_code(file) {
});
});

ftd.set_value("ui.fifthtry.com/actions/storybook/navigate#active-file-content", file_source);
ftd.set_value("fifthtry.github.io/today-has-been-ui/actions/navigate#active-file-content", file_source);
}

async function fetch_ftd_source(file_path) {
Expand Down
2 changes: 0 additions & 2 deletions actions/navigate.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ js: $assets.files.assets.js.update-source.js

url = fileurl;
update_source_code(url)

;;callAlert("Navigating to file:" + fileurl + ", default file: " + default_file)
2 changes: 1 addition & 1 deletion assets/js/update-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function update_source_code(file) {
});
});

ftd.set_value("ui.fifthtry.com/actions/storybook/navigate#active-file-content", file_source);
ftd.set_value("fifthtry.github.io/today-has-been-ui/actions/navigate#active-file-content", file_source);
}

async function fetch_ftd_source(file_path) {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<script src="prism-8FE3A42AD547E2DBBC9FE16BA059F8F1870D613AD0C5B0B013D6205B72A62BAF.js"></script>
<script src="default-F2B1ACA0CF7EF5104BB3B328739B386FB226FA58B788A482EC5D520C46EE21EE.js"></script>
<link rel="stylesheet" href="prism-73F718B9234C00C5C14AB6A11BF239A103F0B0F93B69CD55CB5C6530501182EB.css">
<script src="-/fifthtry.github.io/today-has-been-ui/assets/js/update-source.js" type="module"></script><script src="-/fifthtry.github.io/today-has-been-ui/assets/js/update-source.js"></script>
<script src="-/fifthtry.github.io/today-has-been-ui/assets/js/update-source.js"></script><script src="-/fifthtry.github.io/today-has-been-ui/assets/js/update-source.js" type="module"></script>



Expand Down
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"actions/navigate.ftd": {
"name": "actions/navigate.ftd",
"checksum": "36F948E7464B6AF4BD5EC76FE86F2D6BF504E13C4D649F9BC1FBD167DF4A4C6B",
"size": 446
"checksum": "F73ECCFE9896B6AC59AABC055042EB201B8164379EE9A20523F28A4E6753D30C",
"size": 364
},
"assets/arrow-down-dark.svg": {
"name": "assets/arrow-down-dark.svg",
Expand Down Expand Up @@ -152,8 +152,8 @@
},
"assets/js/update-source.js": {
"name": "assets/js/update-source.js",
"checksum": "C63508F45BA81453E5BEE1DA1C190EE1FB2B9030DB053426C47C612CF2FFB984",
"size": 1240
"checksum": "CC45864A9D6597E5573F02B586E74C231314CA8A6C46072866CFA098315B70CE",
"size": 1251
},
"assets/light-mode-dark.svg": {
"name": "assets/light-mode-dark.svg",
Expand Down Expand Up @@ -312,5 +312,5 @@
}
},
"zip_url": "https://codeload.github.com/fifthtry/today-has-been-ui/zip/refs/heads/main",
"checksum": "9C8A51429B8906F4283D6345C45ACE8869444DB17BDF1945D5DF73C319C8DC3C"
"checksum": "EA041F06C50D42FE30B47BD9D44655E181FA18A57B65485E5718FCB2581E00AF"
}

0 comments on commit a26741c

Please sign in to comment.