# leyka/3.5/assets/js/editor.js

Leyka, version 3.5. 12 lines.

- Page: https://pluginprobe.com/plugins/leyka/3.5/code/assets/js/editor.js
- Raw: https://pluginprobe.com/plugins/leyka/3.5/raw/assets/js/editor.js
- Modified: 2019-10-07T10:06:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/leyka/3.5/code/assets/js/editor.js#L10-L20`.

```javascript
// Custom rich edit features
jQuery(document).ready(function($){
    
    alert('111');
    
    if( !$('#tinymce').length) {
        return;
    }
    
    alert('222');

});
```
