Favorite Talks Fails #70823
Labels
No Label
legacy project
Infrastructure: Websites
Priority
High
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Resolved
Type
Bug
Type
Design
Type
Report
Type
To Do
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: infrastructure/conference-website#70823
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fails when trying to favorite from:
Apparently it can't find the function:
Uncaught ReferenceError: favoriteStarToggle is not defined
Tested on Chromium Version 76.0.3809.100, Ubuntu.
Added subscriber: @pablovazquez
The Django Pipeline thing is wrapping my JS in anonymous functions (but only when
DEBUG=False
:'( ). See https:*en.wikipedia.org/wiki/Immediately_invoked_function_expression and https:*django-pipeline.readthedocs.io/en/latest/configuration.html#wrapped-javascript-output. Any idea how I do expose functions?We decided to just disable wrapping altogether by setting
DISABLE_WRAPPER = True
.Changed status from 'Open' to: 'Resolved'