From 86ed991a9990b466b4bf68f925078c581c641426 Mon Sep 17 00:00:00 2001 From: Harytfw Date: Sun, 10 Sep 2017 09:35:30 +0800 Subject: [PATCH] small update --- content_scripts/content_script.js | 2 +- options/blank.html | 39 +------------------------------ 2 files changed, 2 insertions(+), 39 deletions(-) diff --git a/content_scripts/content_script.js b/content_scripts/content_script.js index b213406..9909ab0 100644 --- a/content_scripts/content_script.js +++ b/content_scripts/content_script.js @@ -296,7 +296,7 @@ class DragClass { console.log("Not here!!!"); return; } - this.selection = this.textSelection = "If you see it, please report to the author of GlitterDrag"; // temporary + this.selection = this.textSelection = "If you see this message, please report to the author of GlitterDrag"; // temporary this.targetType = typeUtil.checkDragTargetType(this.selection, this.textSelection, this.imageLink, fakeNode); this.actionType = typeUtil.getActionType(this.targetType); diff --git a/options/blank.html b/options/blank.html index 52ef8be..489ff28 100644 --- a/options/blank.html +++ b/options/blank.html @@ -1,47 +1,10 @@ - - -
- -
- - Fix
-
- +

Thanks for using Glitter Drag!

\ No newline at end of file