Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Discussion Expiration
This discussion has been closed.
Comments
I have let MySchizoBuddy know and he is looking into it.
The date picker does not display in FF either - I assumed it might be the relative paths or something like that, but in FF, Firebug gives this error:
$(".date-pick") has no properties
[Break on this error] $(".date-pick").datePicker();
Outside of that, I don't know. May be a conflict with another extension or some other bug that is specific to safari.
Don't know about a conflict with another extension - but its not just Safari, the date picker does not show in Firefox either.
Edit: I have this issue too with another extension:
Discussion Tags # 20
Maybe its related?
Edit: No change after removing, then replacing jQuery (and enabling it first)
Any one knows of javascript debugging tools for IE6?
change line 88 to this
$jde(".date-pick").datePicker();
anything else broken or not.
change it to this
$jde(document).ready(function(){ $jde("select.CategorySelect").change(function(){Toggle();}); Toggle(); });
have u tried to expire a discussion