Explorar el Código

Create libs dir and move jquery there

Brendan Abolivier hace 7 años
padre
commit
94b31799b0
Firmado por: Brendan Abolivier <contact@brendanabolivier.com> ID clave GPG: 8EF1500759F70623
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 0
    0
      libs/jquery.js
  2. 1
    1
      manifest.json

jquery.js → libs/jquery.js Ver fichero


+ 1
- 1
manifest.json Ver fichero

@@ -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": {