Browse Source

Remove references to jQuery

Actual dependency was already removed in ddf2891480.
pull/157/head
Lapo Luchini 5 years ago
committed by GitHub
parent
commit
9356824b9b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      pinry/static/js/bookmarklet.js

+ 3
- 4
pinry/static/js/bookmarklet.js View File

@@ -2,11 +2,10 @@
* Bookmarklet for Pinry * Bookmarklet for Pinry
* Descrip: This is trying to be as standalone a script as possible hence * Descrip: This is trying to be as standalone a script as possible hence
* why it has built in helpers and such when the rest of the * why it has built in helpers and such when the rest of the
* scripts make use of helpers.js. In the future i want to remove
* all dependencies on jQuery.
* scripts make use of helpers.js.
* Authors: Pinry Contributors * Authors: Pinry Contributors
* Updated: Mar 4th, 2013
* Require: None (dynamically loads jQuery if needed)
* Updated: Aug 26th, 2018
* Require: None
*/ */


(function main() { (function main() {


Loading…
Cancel
Save