mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-10 00:40:03 +01:00
removed extra from store
This commit is contained in:
@@ -104,24 +104,3 @@ export default function store(state, emitter) {
|
|||||||
// })
|
// })
|
||||||
}
|
}
|
||||||
|
|
||||||
function showConfirmation(successCallback, terminateCallback) {
|
|
||||||
var c = prompt(`
|
|
||||||
|
|
||||||
HYDRA SKETCH GALLERY
|
|
||||||
///////////////////////////////////////
|
|
||||||
|
|
||||||
🎨 Click 'OK' to add your sketch and screenshot to the gallery of hydra sketches at https://botsin.space/@hydra.
|
|
||||||
|
|
||||||
‼️ Make sure you are ready to share - there is no undo button!
|
|
||||||
|
|
||||||
💖 Thank you for sharing! You are also warmly invited to join the the live coding server on the fediverse at https://social.toplap.org/.
|
|
||||||
`
|
|
||||||
, 'your name, mastodon handle, and/or a short description')
|
|
||||||
|
|
||||||
// console.log('confirm value', c)
|
|
||||||
if (c !== null) {
|
|
||||||
successCallback(c)
|
|
||||||
} else {
|
|
||||||
terminateCallback()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user