#13328 closed bug (fixed)
All on-page JS is broken following Trac update
Reported by: | waddlesplash | Owned by: | haiku-web |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Website/Trac | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Blocks that defaulted to folded-closed, e.g. "Change Properties" under "Modify Ticket" are now always unfolded following the Trac update with no apparent way to re-fold them.
Change History (3)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 8 years ago
Summary: | Previously foldable page blocks now are non-foldable → All on-page JS is broken following Trac update |
---|
Hmm. Actually it appears like all on-page JavaScript is broken, with the exception of the Component modifier (stuff like the change preview & etc. are totally gone.)
This (from the browser console) might be the culprit:
TypeError: $(...).disableOnSubmit is not a function
Note:
See TracTickets
for help on using tickets.
The issue was a problem with deploying the static resources. Fixed now.