Skip to content

Instantly share code, notes, and snippets.

@JEEN
Created April 5, 2010 04:35
Show Gist options
  • Select an option

  • Save JEEN/356028 to your computer and use it in GitHub Desktop.

Select an option

Save JEEN/356028 to your computer and use it in GitHub Desktop.
From 97404223f867f857d7b4b5b98bf87ead963d5ead Mon Sep 17 00:00:00 2001
From: JEEN Lee <jeen@perl.kr>
Date: Fri, 2 Apr 2010 18:49:15 +0900
Subject: [PATCH] aa
---
etc/barcode.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/etc/barcode.js b/etc/barcode.js
index 551df59..76bc985 100644
--- a/etc/barcode.js
+++ b/etc/barcode.js
@@ -9,7 +9,8 @@ var e=window.getSelection,
e=encodeURIComponent,
z=d.createElement('scr'+'ipt'),
p=e(href);
-
+alert(p);
+
i=document.createElement('iframe');
i.setAttribute('name', 'item_ffr');
i.setAttribute('id', 'item_ffr');
--
1.6.6+GitX
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment