diff options
author | Catrope <roan.kattouw@gmail.com> | 2012-08-22 14:27:54 -0700 |
---|---|---|
committer | Catrope <roan.kattouw@gmail.com> | 2012-08-22 14:28:19 -0700 |
commit | 731219d5d1c82eb199eb9808948740555d2ebe14 (patch) | |
tree | 0542e97831d85e0e37022a9cde653bc1bc2028ac /resources/jquery.ui/jquery.ui.tabs.js | |
parent | 57428ffa2e157e28fbb8d0dd1e8cb71bc27ade2a (diff) | |
download | mediawikicore-731219d5d1c82eb199eb9808948740555d2ebe14.tar.gz mediawikicore-731219d5d1c82eb199eb9808948740555d2ebe14.zip |
Revert "Update jQuery UI to 1.8.23"
This reverts commit 6c85cc71f83526126505814d54ab80d4a983a9d0.
Regression reported on Wikinews, see bug 39572
Change-Id: Ie6a3dbf59d0b292d7b72ee60af3fe2ec52b243fd
Diffstat (limited to 'resources/jquery.ui/jquery.ui.tabs.js')
-rw-r--r-- | resources/jquery.ui/jquery.ui.tabs.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/jquery.ui/jquery.ui.tabs.js b/resources/jquery.ui/jquery.ui.tabs.js index de453cc3248d..7a506262f192 100644 --- a/resources/jquery.ui/jquery.ui.tabs.js +++ b/resources/jquery.ui/jquery.ui.tabs.js @@ -1,5 +1,5 @@ /*! - * jQuery UI Tabs 1.8.23 + * jQuery UI Tabs 1.8.22 * * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about) * Dual licensed under the MIT or GPL Version 2 licenses. @@ -698,7 +698,7 @@ $.widget( "ui.tabs", { }); $.extend( $.ui.tabs, { - version: "1.8.23" + version: "1.8.22" }); /* |