-
Notifications
You must be signed in to change notification settings - Fork 479
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix duplicate copy warning alert (#230)
* Fix duplicate copy warning alert - It was being added to the whole page everytime an answer was returned - This meant that if **any** content on the page was copied the alert was being shown multiple times based on how many answers there had been - This change will mean the alert will now only be shown when an answer is copied and only once Required by #215 * Address review comments
- Loading branch information
1 parent
446b09b
commit 291223b
Showing
2 changed files
with
10 additions
and
4 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