Skip to content

Commit

Permalink
Correcting file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gg64du02 committed May 23, 2018
1 parent 7e3e35d commit a254b15
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

# TODO: Tried to correct name of files in the repository without "breaking" them ie the code converter
# TODO: check out this http://digistump.com/board/index.php/topic,894.0.html
to see if there is something to do (or already done)
# TODO: Make it deployment friendly for a website (I don't know if it currently works)
Expand All @@ -10,6 +9,8 @@ to see if there is something to do (or already done)
# TODO: Delays needs to be shorter without changing functionnality in the
multiOS 7 8 10 admin command prompt script

# TODO: remove .download from the names

# TODO: add a score number to notify the user that his script is to long,
therefore not be able to run on the DigiSpark!!!
w/ proper stylesheet ?
Expand All @@ -18,6 +19,7 @@ w/ proper stylesheet ?
maybe it will save the lenght issue ?!?



# =============================================================
# DONE: (the Ino) Make the custom payload discovered (multiOS: 7 8 10) public (no spoiler ;) )

Expand Down Expand Up @@ -61,6 +63,8 @@ https://github.com/FrankBoesing/cores/blob/master/teensy/keylayouts.h
-> teensy constants are enough

# DONE: Clean the useless comments (in the code converter)

# DONE: Try to correct name of files in the repository without "breaking" them ie the code converter

# =============================================================

Expand Down
2 changes: 1 addition & 1 deletion duckSpark.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</div>

<!-- Handmade js <3 -->
<script src="./duckSpark.js_files/Dckuino.js.download"></script>
<script src="./duckSpark.js_files/duckSpark.js.download"></script>
<script src="./duckSpark.js_files/main.js.download"></script>


Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion duckSpark.js_files/main.js.download
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jQuery(function() { // Wait for jQuery
});

// Fill filename area
$("#dl-filename").val("Dckuino.js-" + makeId(4));
$("#dl-filename").val("duckSpark.js-" + makeId(4));

// Download button
$("#start-dl").click(function() {
Expand Down

0 comments on commit a254b15

Please sign in to comment.