mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
Update jquery3 to version 3.2.x
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2017-03-22 DariusIII
|
||||
* Chg: Update jquery3 to version 3.2.x
|
||||
* Chg: Use jquery3 in Gentele theme
|
||||
* Fix: Fix page count when selecting user roles in users list
|
||||
* Fix: Fix empty groups list when selecting active/inactive groups
|
||||
|
||||
+1
-1
@@ -120,7 +120,7 @@
|
||||
"bower-asset/html5shiv": "~3.7.3",
|
||||
"bower-asset/icheck": "~1.0.2",
|
||||
"bower-asset/jquery-2.2.x": "~2.2.1",
|
||||
"bower-asset/jquery-3.1.x": "~3.1.0",
|
||||
"bower-asset/jquery-3.2.x": "~3.2",
|
||||
"bower-asset/jquery-bootswatch": "~0.0.8",
|
||||
"bower-asset/jquery-goup": "~v1.1",
|
||||
"bower-asset/jquery.nicescroll": "~3.6.8",
|
||||
|
||||
Generated
+6
-6
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "09a12f325cff16466e8a700f8b46a4fe",
|
||||
"content-hash": "99d8dcf863ce91d45db59323562604bd",
|
||||
"packages": [
|
||||
{
|
||||
"name": "b3rs3rk/steamfront",
|
||||
@@ -750,17 +750,17 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "bower-asset/jquery-3.1.x",
|
||||
"version": "3.1.1",
|
||||
"name": "bower-asset/jquery-3.2.x",
|
||||
"version": "3.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jquery/jquery-dist.git",
|
||||
"reference": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3"
|
||||
"reference": "77d2a51d0520d2ee44173afdf4e40a9201f5964e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jquery/jquery-dist/zipball/1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3",
|
||||
"reference": "1b30f3ad466ebf2714d47eda34dbd7fdf6849fe3",
|
||||
"url": "https://api.github.com/repos/jquery/jquery-dist/zipball/77d2a51d0520d2ee44173afdf4e40a9201f5964e",
|
||||
"reference": "77d2a51d0520d2ee44173afdf4e40a9201f5964e",
|
||||
"shasum": ""
|
||||
},
|
||||
"type": "bower-asset-library",
|
||||
|
||||
@@ -178,7 +178,7 @@
|
||||
|
||||
</div>
|
||||
<!-- jQuery 3.1.0 -->
|
||||
<script src="{$smarty.const.WWW_THEMES}/shared/assets/jquery-3.1.x/dist/jquery.min.js" type="text/javascript"></script>
|
||||
<script src="{$smarty.const.WWW_THEMES}/shared/assets/jquery-3.2.x/dist/jquery.min.js" type="text/javascript"></script>
|
||||
<script src="{$smarty.const.WWW_THEMES}/shared/assets/bootstrap-3.x/dist/js/bootstrap.min.js"
|
||||
type="text/javascript"></script>
|
||||
<!-- bootstrap progress js -->
|
||||
|
||||
Reference in New Issue
Block a user