diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-17 15:18:20 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-17 15:18:20 +0100 |
| commit | 7fef1fb0d21f276a1e6aff68956903c842055654 (patch) | |
| tree | aff2032e0931e9bd3b4a51cbef78e22477be76f0 /app/templates/tasks/view.html | |
| parent | cfb92273ff9b3fb22bdfa215fb2912a62f6f0baa (diff) | |
| download | cheatdb-7fef1fb0d21f276a1e6aff68956903c842055654.tar.xz | |
Add license to all JS/py files
Diffstat (limited to 'app/templates/tasks/view.html')
| -rw-r--r-- | app/templates/tasks/view.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/templates/tasks/view.html b/app/templates/tasks/view.html index df980fb..97c3343 100644 --- a/app/templates/tasks/view.html +++ b/app/templates/tasks/view.html @@ -14,6 +14,8 @@ Working <script src="/static/polltask.js"></script> <script> + // @author rubenwardy + // @license magnet:?xt=urn:btih:1f739d935676111cfff4b4693e3816e664797050&dn=gpl-3.0.txt GPL-v3-or-Later pollTask("{{ url_for('check_task', id=info.id) }}", true) .then(function() { location.reload() }) .catch(function() { location.reload() }) |
