mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-11-22 08:13:22 +01:00
Remove old code
This commit is contained in:
parent
8f4e03550c
commit
39350d554b
@ -844,13 +844,6 @@ function createTask(task) {
|
||||
task.previewPrompt.innerHTML = ' ' // allows the results to be collapsed
|
||||
}
|
||||
|
||||
// Allow prompt text to be selected.
|
||||
/* task.previewPrompt.addEventListener("mouseover", function() {
|
||||
taskEntry.setAttribute("draggable", "false");
|
||||
});
|
||||
task.previewPrompt.addEventListener("mouseout", function() {
|
||||
taskEntry.setAttribute("draggable", "true");
|
||||
}); */
|
||||
}
|
||||
|
||||
function getCurrentUserRequest() {
|
||||
|
Loading…
Reference in New Issue
Block a user