Changeset 46 in code for trunk/web/static/script.js
- Timestamp:
- Sep 30, 2023, 6:51:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/web/static/script.js
r45 r46 6 6 } 7 7 }); 8 // @license-end 8 9 9 10 // Auto resize textarea to fit words inside it without need to scroll -- Thanks to: https://stackoverflow.com/a/25621277 … … 16 17 this.style.height = this.scrollHeight + "px"; 17 18 }); 18 // @license-end
Note:
See TracChangeset
for help on using the changeset viewer.