Skip to content

Commit ba7a20a

Browse files
committed
Modified
1 parent e61c388 commit ba7a20a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ If you have any questions and commissions for me, feel free to tell me.
5050

5151
# Update History
5252

53+
- v1.1.1 (May 9, 2025)
54+
Modified.
55+
5356
- v1.1.0 (May 4, 2025)
5457

5558
1. Major UI/UX enhancement:

searchApp.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<!DOCTYPE html>
32
<html lang="en">
43
<head>
@@ -8,6 +7,8 @@
87
20200312: v1.0.0 - Initial release.
98
20200526: v1.0.1 - Added the duplicate checker.
109
20220201: v1.0.2 - I noticed that the sheet ID of sheet of Andrew Roberts had been changed. So I used the sheet name of "Libraries" instead of the sheet ID.
10+
20250508: v1.1.0 Updated by dryserage. https://github.com/tanaikech/Google-Apps-Script-Library-Database/pull/3
11+
20250509: v1.1.1 Modified.
1112
-->
1213

1314
<base target="_top">
@@ -262,6 +263,7 @@ <h1 class="title">Search Google Apps Script Libraries <span id="items"></span></
262263
document.getElementById('items').innerHTML = "(Now " + data.length + " libraries in Database)";
263264
document.getElementById('gosearch').value = "search";
264265
document.getElementById('gosearch').disabled = false;
266+
showLoading(false);
265267
})
266268
.catch(err => console.log(err));
267269

@@ -397,4 +399,4 @@ <h1 class="title">Search Google Apps Script Libraries <span id="items"></span></
397399
}
398400
</script>
399401
</body>
400-
</html>
402+
</html>

0 commit comments

Comments
 (0)