Actions
Task #3345
closedIdea #3138: [Workbench] UI improvements: Persistent top nav between pages
Remove all uses of :footer_js from workbench
Description
Instead, use techniques like $(document).on('ready',function(){...})
to trigger the use of code in static app/assets/javascripts/*.js
files at the right time.
Updated by Radhika Chippada over 10 years ago
- Status changed from New to Resolved
- Remaining (hours) changed from 4.0 to 0.0
When wiselinks is initialized, selection.js is not working. Tom and I discussed this. According to Tom, we want to stop using selection.js very soon. Hence, we do not want to invest time now to make selection.js to work when wiselinks is on. Hence, for the time being, I commented out wiselinks object initialization. We will turn it on when we resolve the selection.js issue.
Actions