From 3f0c7933b546cccf7ca518436abae213fff13c44 Mon Sep 17 00:00:00 2001 From: Martii Date: Tue, 7 Nov 2017 15:22:20 -0700 Subject: [PATCH] Simple Ace placeholder * Start off with this `GPL-3.0+` SPDX help sample. Obviously an Author can pick a different OSI SPDX license. NOTE(S): * This isn't a substitute for user templates but is a system help template. * We will be pulling off `@name` eventually for Library Name. * Due to some features in other .user.js engines and their versions `@exclude *` will always be needed. Not to mention it's wise to do this for security. * Will convert this out of jQuery later Applies to #1232 --- views/includes/scripts/scriptEditor.html | 75 ++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/views/includes/scripts/scriptEditor.html b/views/includes/scripts/scriptEditor.html index 4059bdede..509e28baf 100644 --- a/views/includes/scripts/scriptEditor.html +++ b/views/includes/scripts/scriptEditor.html @@ -1,9 +1,16 @@