Created
April 5, 2010 04:35
-
-
Save JEEN/356028 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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