mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
Add jQuery to Bower
This commit is contained in:
parent
0ea6b24e88
commit
c732ad74d0
|
@ -12,5 +12,8 @@
|
|||
"**/.*",
|
||||
"node_modules",
|
||||
"chrome_point_plus/vendors/**"
|
||||
]
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": "~1.10.1"
|
||||
}
|
||||
}
|
||||
|
|
4
chrome_point_plus/js/jquery-1.10.1.min.js
vendored
4
chrome_point_plus/js/jquery-1.10.1.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,8 @@
|
|||
{
|
||||
"matches": ["http://*.point.im/*", "https://*.point.im/*"],
|
||||
"js": [
|
||||
"js/jquery-1.10.1.min.js",
|
||||
"vendor/jquery/jquery.min.js",
|
||||
|
||||
"js/jquery.fancybox.pack.js", "js/jquery.fancybox-media.js",
|
||||
"js/markitup/jquery.markitup.js", "js/markitup/sets/markdown/set.js",
|
||||
"js/bquery_ajax.js",
|
||||
|
@ -61,4 +62,4 @@
|
|||
"notifications",
|
||||
"tabs"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<title>Point Plus options</title>
|
||||
|
||||
<link rel="stylesheet" href="css/point-plus.css" type="text/css"/>
|
||||
<script src="js/jquery-1.10.1.min.js"></script>
|
||||
<script src="vendor/jquery/jquery.min.js"></script>
|
||||
<script src="js/jquery.idTabs.min.js"></script>
|
||||
</head>
|
||||
|
||||
|
@ -216,4 +216,4 @@
|
|||
<script src="js/options.js"></script>
|
||||
<script src="js/i18n.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue