Changeset 46 in code for trunk/web/static


Ignore:
Timestamp:
Sep 30, 2023, 6:51:30 PM (21 months ago)
Author:
zaphircd
Message:

Move @license-end in the correct position

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/static/script.js

    r45 r46  
    66    }
    77});
     8// @license-end
    89
    910// Auto resize textarea to fit words inside it without need to scroll -- Thanks to: https://stackoverflow.com/a/25621277
     
    1617    this.style.height = this.scrollHeight + "px";
    1718});
    18 // @license-end
Note: See TracChangeset for help on using the changeset viewer.