ソースを参照

Create libs dir and move jquery there

Brendan Abolivier 7 年 前
コミット
94b31799b0
署名者: Brendan Abolivier <contact@brendanabolivier.com> GPGキーID: 8EF1500759F70623
共有2 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 0
    0
      libs/jquery.js
  2. 1
    1
      manifest.json

jquery.js → libs/jquery.js ファイルの表示


+ 1
- 1
manifest.json ファイルの表示

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