additional_plugins/serendipity_event_linktrimmer
Ian f8c039b2e7 linktrimmer remove frames serendipity.js
because of ReferenceError: jQuery is not defined with
jQuery(function() {
    jQuery('input[type="url"]').change(function() {
        if (this.value != '' && ! (this.value.substr(0,7) == 'http://' || this.value.substr(0,8) == 'https://')) {
            this.value = 'http://' + this.value;
        }
    });
})

This is specific to netzgestaltung. I dont have that issue.
2014-06-12 19:55:22 +02:00
..
UTF-8 czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
ChangeLog linktrimmer remove frames serendipity.js 2014-06-12 19:55:22 +02:00
documentation_cs.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
documentation_cz.html line endings in czech files changed to unix style 2013-12-27 17:58:04 +01:00
documentation_en.html Migrate plugins 2011-12-13 12:29:05 +01:00
lang_cs.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_cz.inc.php czech translations - removed leading slash from first line (introduced erroneously in previous commit) 2013-12-28 21:43:44 +01:00
lang_en.inc.php linktrimmer - frontpage option and nativ API use 2013-06-14 10:54:04 +02:00
linktrimmer.css adapt linktrimmer for 2.0 2014-06-08 20:44:50 +02:00
plugin_linktrimmer.tpl linktrimmer remove frames serendipity.js 2014-06-12 19:55:22 +02:00
plugin_linktrimmer_old.tpl fix for enablePopup mode 2014-06-10 10:24:10 +02:00
serendipity_event_linktrimmer.gif Migrate plugins 2011-12-13 12:29:05 +01:00
serendipity_event_linktrimmer.php linktrimmer remove frames serendipity.js 2014-06-12 19:55:22 +02:00