-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove track element during destroy only if it was created by glider
It's not necessary to remove the track element during destroy if it was not created by glider but by the user (using skipTrack: true). Additionally, the statement assigning innerHTML to outerHTML causes problems with Content Security Policy without 'unsafe-inline' keyword or similar workaround.
- Loading branch information
1 parent
c24fa5d
commit 905815d
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters