Parcourir la source

Create libs dir and move jquery there

Brendan Abolivier il y a 7 ans
Parent
révision
94b31799b0
Signé par: Brendan Abolivier <contact@brendanabolivier.com> ID de la clé GPG: 8EF1500759F70623
2 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 0
    0
      libs/jquery.js
  2. 1
    1
      manifest.json

jquery.js → libs/jquery.js Voir le fichier


+ 1
- 1
manifest.json Voir le fichier

@@ -21,7 +21,7 @@
21 21
     ],
22 22
 
23 23
     "background": {
24
-        "scripts": ["jquery.js", "backgroundPage.js"]
24
+        "scripts": ["libs/jquery.js", "backgroundPage.js"]
25 25
     },
26 26
 
27 27
     "applications": {