From b256ae7b9493cfc79059e354fa5e0bf960fd104a Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Thu, 29 Jul 2021 16:58:59 -0400 Subject: [PATCH] updated esp weblabels we're keeping the same domain name: endsoftpatents.org, so i'm replacing the old config with the new one. --- blog.endsoftpatents.org/CURRENT/index.html | 51 ----------------- .../20130424/files/comment-reply.dev.js | 48 ---------------- endsoftpatents.org/20130424/index.html | 57 ------------------- endsoftpatents.org/CURRENT | 1 - endsoftpatents.org/CURRENT/index.html | 51 +++++++++++++++++ 5 files changed, 51 insertions(+), 157 deletions(-) delete mode 100644 blog.endsoftpatents.org/CURRENT/index.html delete mode 100644 endsoftpatents.org/20130424/files/comment-reply.dev.js delete mode 100644 endsoftpatents.org/20130424/index.html delete mode 120000 endsoftpatents.org/CURRENT create mode 100644 endsoftpatents.org/CURRENT/index.html diff --git a/blog.endsoftpatents.org/CURRENT/index.html b/blog.endsoftpatents.org/CURRENT/index.html deleted file mode 100644 index 00f04400..00000000 --- a/blog.endsoftpatents.org/CURRENT/index.html +++ /dev/null @@ -1,51 +0,0 @@ - - - -blog.endsoftpatents.org - JavaScript License Information - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
navigation.jsGNU-GPL-2.0-or-laternavigation.js
wp-embed.min.jsGNU-GPL-2.0-or-laterwp-embed.js
wp-emoji-release.min.jsGNU-GPL-2.0-or-laterWordPress source code
jquery.min.jsExpatjquery.js
jquery-migrate.min.jsExpatjquery-migrate.js
piwik.jsBSD 3-Clausepiwik.js
- - diff --git a/endsoftpatents.org/20130424/files/comment-reply.dev.js b/endsoftpatents.org/20130424/files/comment-reply.dev.js deleted file mode 100644 index 20154253..00000000 --- a/endsoftpatents.org/20130424/files/comment-reply.dev.js +++ /dev/null @@ -1,48 +0,0 @@ - -addComment = { - moveForm : function(commId, parentId, respondId, postId) { - var t = this, div, comm = t.I(commId), respond = t.I(respondId), cancel = t.I('cancel-comment-reply-link'), parent = t.I('comment_parent'), post = t.I('comment_post_ID'); - - if ( ! comm || ! respond || ! cancel || ! parent ) - return; - - t.respondId = respondId; - postId = postId || false; - - if ( ! t.I('wp-temp-form-div') ) { - div = document.createElement('div'); - div.id = 'wp-temp-form-div'; - div.style.display = 'none'; - respond.parentNode.insertBefore(div, respond); - } - - comm.parentNode.insertBefore(respond, comm.nextSibling); - if ( post && postId ) - post.value = postId; - parent.value = parentId; - cancel.style.display = ''; - - cancel.onclick = function() { - var t = addComment, temp = t.I('wp-temp-form-div'), respond = t.I(t.respondId); - - if ( ! temp || ! respond ) - return; - - t.I('comment_parent').value = '0'; - temp.parentNode.insertBefore(respond, temp); - temp.parentNode.removeChild(temp); - this.style.display = 'none'; - this.onclick = null; - return false; - } - - try { t.I('comment').focus(); } - catch(e) {} - - return false; - }, - - I : function(e) { - return document.getElementById(e); - } -} diff --git a/endsoftpatents.org/20130424/index.html b/endsoftpatents.org/20130424/index.html deleted file mode 100644 index 85275e77..00000000 --- a/endsoftpatents.org/20130424/index.html +++ /dev/null @@ -1,57 +0,0 @@ - - - jslicense-labels1 for endsoftpatents.org - - - - - - - - - - - - - - -
comment-reply.jsGNU General Public License 2.0 or latercomment-reply.dev.js
comment-reply.min.jsGNU General Public License 2.0 or latercomment-reply.dev.js
- - - - - diff --git a/endsoftpatents.org/CURRENT b/endsoftpatents.org/CURRENT deleted file mode 120000 index 96bcf5f6..00000000 --- a/endsoftpatents.org/CURRENT +++ /dev/null @@ -1 +0,0 @@ -20130424 \ No newline at end of file diff --git a/endsoftpatents.org/CURRENT/index.html b/endsoftpatents.org/CURRENT/index.html new file mode 100644 index 00000000..ef92fd08 --- /dev/null +++ b/endsoftpatents.org/CURRENT/index.html @@ -0,0 +1,51 @@ + + + +endsoftpatents.org - JavaScript License Information + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
navigation.jsGNU-GPL-2.0-or-laternavigation.js
wp-embed.min.jsGNU-GPL-2.0-or-laterwp-embed.js
wp-emoji-release.min.jsGNU-GPL-2.0-or-laterWordPress source code
jquery.min.jsExpatjquery.js
jquery-migrate.min.jsExpatjquery-migrate.js
piwik.jsBSD 3-Clausepiwik.js
+ + -- 2.25.1