r1253 - trunk/ui

r1253 - trunk/ui


Author: rdworth
Date: Tue Dec 23 08:06:38 2008
New Revision: 1253
Modified:
trunk/ui/ui.slider.js
Log:
slider: removed hover and focus from range as it's not draggable (yet)
Modified: trunk/ui/ui.slider.js
==============================================================================
--- trunk/ui/ui.slider.js    (original)
+++ trunk/ui/ui.slider.js    Tue Dec 23 08:06:38 2008
@@ -34,7 +34,8 @@
        if (this.options.range) {
            if (this.options.range === true) {
-                this.range = $('<a href="#"></a>');
+                //this.range = $('<a href="#"></a>');
+                this.range = $('<div></div>');
                if (!this.options.values) this.options.values = [this._valueMin(),
this._valueMin()];
                if (this.options.values.length && this.options.values.length != 2) {
                    this.options.values = [this.options.values[0],
this.options.values[0]];