Projects
Kolab:Winterfell
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 9
View file
roundcubemail-1.2.tar.gz/plugins/jqueryui/js/jquery-ui-1.10.4.custom.min.js
Changed
@@ -143,6 +143,8 @@ } } }) + // fix https://bugs.jqueryui.com/ticket/8593 + .click(function (event) { that._showDatepicker(event); }) .attr('autocomplete', 'off'); }, @@ -192,7 +194,7 @@ _hideDatepicker: function(input) { __hideDatepicker.call(this, input); - var inst = this._curInst;; + var inst = this._curInst; if (inst && !$.datepicker._datepickerShowing) { inst.dpDiv.attr('aria-hidden', 'true'); $(inst.input).attr('aria-expanded', 'false');
View file
roundcubemail-1.2.tar.gz/plugins/jqueryui/js/jquery-ui-accessible-datepicker.js
Changed
@@ -128,6 +128,8 @@ } } }) + // fix https://bugs.jqueryui.com/ticket/8593 + .click(function (event) { that._showDatepicker(event); }) .attr('autocomplete', 'off'); }, @@ -177,7 +179,7 @@ _hideDatepicker: function(input) { __hideDatepicker.call(this, input); - var inst = this._curInst;; + var inst = this._curInst; if (inst && !$.datepicker._datepickerShowing) { inst.dpDiv.attr('aria-hidden', 'true'); $(inst.input).attr('aria-expanded', 'false');
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.