Add jQuery to Bower

This commit is contained in:
Sofya Ilinova 2014-11-27 16:26:48 +03:00
parent 0ea6b24e88
commit c732ad74d0
4 changed files with 9 additions and 9 deletions

View File

@ -12,5 +12,8 @@
"**/.*", "**/.*",
"node_modules", "node_modules",
"chrome_point_plus/vendors/**" "chrome_point_plus/vendors/**"
] ],
"dependencies": {
"jquery": "~1.10.1"
}
} }

File diff suppressed because one or more lines are too long

View File

@ -27,7 +27,8 @@
{ {
"matches": ["http://*.point.im/*", "https://*.point.im/*"], "matches": ["http://*.point.im/*", "https://*.point.im/*"],
"js": [ "js": [
"js/jquery-1.10.1.min.js", "vendor/jquery/jquery.min.js",
"js/jquery.fancybox.pack.js", "js/jquery.fancybox-media.js", "js/jquery.fancybox.pack.js", "js/jquery.fancybox-media.js",
"js/markitup/jquery.markitup.js", "js/markitup/sets/markdown/set.js", "js/markitup/jquery.markitup.js", "js/markitup/sets/markdown/set.js",
"js/bquery_ajax.js", "js/bquery_ajax.js",
@ -61,4 +62,4 @@
"notifications", "notifications",
"tabs" "tabs"
] ]
} }

View File

@ -3,7 +3,7 @@
<title>Point Plus options</title> <title>Point Plus options</title>
<link rel="stylesheet" href="css/point-plus.css" type="text/css"/> <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> <script src="js/jquery.idTabs.min.js"></script>
</head> </head>
@ -216,4 +216,4 @@
<script src="js/options.js"></script> <script src="js/options.js"></script>
<script src="js/i18n.js"></script> <script src="js/i18n.js"></script>
</body> </body>
</html> </html>