Files
release11-tools/Frontend/assets/scripts/tools/xquery.js
2023-06-06 14:02:51 +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");
}