1
0
mirror of https://github.com/psychopy/psychojs.git synced 2025-05-10 10:40:54 +00:00
psychojs/js/core
Sijia Zhao 584d76a04f Dialogs now properly destroyed and removed from DOM when closed
Ensures dialogs are immediately removed from DOM when closed.
Previously, dialogs were destroyed but not removed causing possibility of duplicate element IDs, so jQuery unitentionally selects and recreates old dialogs, thus  GUI._updateOkButtonStatus updates the wrong button.
2020-05-19 19:31:29 +01:00
..
EventManager.js 2020.1 branch 2020-02-14 08:18:25 +01:00
GUI.js Dialogs now properly destroyed and removed from DOM when closed 2020-05-19 19:31:29 +01:00
Keyboard.js 2020.1 branch 2020-02-14 08:18:25 +01:00
Logger.js 2020.1 branch 2020-02-14 08:18:25 +01:00
MinimalStim.js 2020.1 branch 2020-02-14 08:18:25 +01:00
Mouse.js 2020.1 branch 2020-02-14 08:18:25 +01:00
PsychoJS.js Dialogs now properly destroyed and removed from DOM when closed 2020-05-19 19:31:29 +01:00
ServerManager.js ServerManager.downloadResources, ._downloadRegisteredResources: only process and download new resources, ignore existing resources 2020-05-19 19:22:19 +01:00
Window.js Fix blurry Pixi canvas 2020-05-19 18:40:56 +01:00
WindowMixin.js 2020.1 branch 2020-02-14 08:18:25 +01:00