瀏覽代碼

Create libs dir and move jquery there

Brendan Abolivier 7 年之前
父節點
當前提交
018cf9149d
共有 2 個檔案被更改,包括 1 行新增1 行删除
  1. 0
    0
      libs/jquery.js
  2. 1
    1
      manifest.json

jquery.js → libs/jquery.js 查看文件


+ 1
- 1
manifest.json 查看文件

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