Files
release11-tools/Frontend/assets/scripts/tools/xquery.js
Adam Bem 3c5798cfa2 Added XQuery Tool and refactored tools-service (#220)
Co-authored-by: Adam Bem <adam.bem@zoho.eu>
Reviewed-on: #220
Reviewed-by: Mikolaj Widla <widlam@noreply.example.com>
2023-06-12 10:53:22 +02:00

13 lines
270 B
JavaScript

/**
* This function is executed after the page is loaded.
*
* @function
* @name init
* @kind function
*/
function init() {
// Make sure that only plain text is pasted
configurePastingInElement("xmlArea");
configurePastingInElement("transformArea");
}