Skip to content

Commit

Permalink
Add export
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Mar 3, 2025
1 parent bb642a0 commit 8804f85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions notebooks/notebools-web/995_generate_html_and_js.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@
},
{
"cell_type": "code",
"execution_count": 48,
"execution_count": 53,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -362,7 +362,7 @@
},
{
"cell_type": "code",
"execution_count": 49,
"execution_count": 54,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -381,7 +381,7 @@
},
{
"cell_type": "code",
"execution_count": 50,
"execution_count": 55,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -458,7 +458,7 @@
},
{
"cell_type": "code",
"execution_count": 51,
"execution_count": 56,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -507,14 +507,14 @@
},
{
"cell_type": "code",
"execution_count": 52,
"execution_count": 57,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2025/03/03 11:07:12\n"
"2025/03/03 11:12:11\n"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion test-tsumugi/app/js/slider.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// 汎用スライダー作成関数(単一値 & 範囲スライダーに対応)
function createSlider(id, start, min, max, step, updateCallback, isRange = false) {
export function createSlider(id, start, min, max, step, updateCallback, isRange = false) {
const slider = document.getElementById(id);
if (!slider) {
console.error(`Slider with ID '${id}' not found.`);
Expand Down

0 comments on commit 8804f85

Please sign in to comment.