diff --git a/script.js b/script.js index 8c1edbb..fd32078 100644 --- a/script.js +++ b/script.js @@ -17,6 +17,11 @@ jQuery(function() { .mouseout(function () { jQuery('.section_highlight').removeClass('section_highlight'); }); + +}); + +jQuery(document).ready(function () { + jQuery('.btn_incledit').closest('.plugin_include_content').after('
'); }); // vim:ts=4:sw=4:et: