From f216bd0086a00b83483ab8d2303ef9c2bd819db8 Mon Sep 17 00:00:00 2001 From: Christoph Daum Date: Sat, 22 Oct 2016 09:07:52 +0200 Subject: [PATCH] Create script.js --- js/script.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 js/script.js diff --git a/js/script.js b/js/script.js new file mode 100644 index 0000000..01b33d1 --- /dev/null +++ b/js/script.js @@ -0,0 +1,4 @@ +jQuery(document).ready(function ($) { + $('#blog_public').attr('disabled', true ); + $('.option-site-visibility td fieldset').append('

'+apermo_adminbar.disabled_message+'

'); +});