PluginProbe
Leyka / 3.5
Leyka v3.5
3.32.3 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.6.1 2.3.7 2.3.8 2.3.9 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1 3.10 3.11 3.11.1 3.12 3.13 3.14 3.15 3.16 3.17 All 89 releases
leyka / assets / js / editor.js

editor.js in Leyka 3.5, at assets/js/editor.js

12 lines 186 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 // Custom rich edit features
2 jQuery(document).ready(function($){
3
4 alert('111');
5
6 if( !$('#tinymce').length) {
7 return;
8 }
9
10 alert('222');
11
12 });