فهرست منبع

Bugfixes + upgrade to jQuery 2.0.3

Fixed a bug (reported by users, yay!) where the bundled jQuery tries to
download the map file (symbol file) and Chrome prevents it because it’s
not whitelisted. Removed the call itself from jQuery.

Updated jQuery to 2.0.3 to remove a pesky event.returnValue warning.
Dhruv Vemula 11 سال پیش
والد
کامیت
24d78bd0e4
4فایلهای تغییر یافته به همراه6 افزوده شده و 4 حذف شده
  1. 2 0
      .gitignore
  2. 2 0
      jquery-2.0.3.min.js
  3. 0 2
      jquery-latest.min.js
  4. 2 2
      manifest.json

+ 2 - 0
.gitignore

@@ -0,0 +1,2 @@
+/* IDEA files */
+.idea/*

تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 2 - 0
jquery-2.0.3.min.js


تفاوت فایلی نمایش داده نمی شود زیرا این فایل بسیار بزرگ است
+ 0 - 2
jquery-latest.min.js


+ 2 - 2
manifest.json

@@ -1,12 +1,12 @@
 {
     "manifest_version": 2,
     "name": "Copy Link Address",
-    "version": "0.5.1",
+    "version": "0.5.5",
     "description": "Copy link address without right-clicking. Just hover the link and hit Ctrl-C / Cmd-C!",
     "content_scripts": [
         {
         "matches": ["<all_urls>"],
-        "js": ["jquery-latest.min.js", "copylinkaddress.js"]
+        "js": ["jquery-2.0.3.min.js", "copylinkaddress.js"]
         }
     ],
     "icons": {

برخی فایل ها در این مقایسه diff نمایش داده نمی شوند زیرا تعداد فایل ها بسیار زیاد است