summaryrefslogtreecommitdiff
path: root/plugins/jqueryui/jqueryui.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-03-02 16:37:35 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2012-03-02 16:37:35 +0000
commit04b4bfa4c5ba6c4bc5de0976a2694b8828faedc1 (patch)
treec1257d7e0fea9d1efd720741ca9c019bf54bf8a7 /plugins/jqueryui/jqueryui.php
parent020301b7735b3e0ad8f70f7de95a5e7db23b75e8 (diff)
Upgraded to jQuery UI 1.8.18
git-svn-id: https://svn.roundcube.net/trunk@5948 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/jqueryui/jqueryui.php')
-rw-r--r--plugins/jqueryui/jqueryui.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/jqueryui/jqueryui.php b/plugins/jqueryui/jqueryui.php
index 65fba344f..69b9ca1c0 100644
--- a/plugins/jqueryui/jqueryui.php
+++ b/plugins/jqueryui/jqueryui.php
@@ -5,7 +5,7 @@
*
* Provide the jQuery UI library with according themes.
*
- * @version 1.8.14
+ * @version 1.8.18
* @author Cor Bosman <roundcube@wa.ter.net>
* @author Thomas Bruederli <roundcube@gmail.com>
*/
@@ -15,7 +15,7 @@ class jqueryui extends rcube_plugin
public function init()
{
- $version = '1.8.14';
+ $version = '1.8.18';
$rcmail = rcmail::get_instance();
$this->load_config();