diff options
Diffstat (limited to 'tests/static/static.js')
-rw-r--r-- | tests/static/static.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/static/static.js b/tests/static/static.js deleted file mode 100644 index 1c29079ef..000000000 --- a/tests/static/static.js +++ /dev/null @@ -1,9 +0,0 @@ -/* static_helpers.js - */ -$(function(){ - //add hover states on the static widgets - $('.ui-state-default:not(.ui-state-disabled, .ui-slider-range, .ui-progressbar-value), a.ui-datepicker-next, a.ui-datepicker-prev, .ui-dialog-titlebar-close').hover( - function(){ $(this).addClass('ui-state-hover'); }, - function(){ $(this).removeClass('ui-state-hover'); } - ); -}); |