Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gratajik committed Mar 2, 2014
1 parent 0fd622b commit 771196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hex0r.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var HEX = '0123456789ABCDEF';
var BASE64_CHARS = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";
var HEX = '0123456789ABCDEF';

function markup_hex0rwindow(div) {
var step = parseInt($(div).data('row-width'));
Expand Down

0 comments on commit 771196b

Please sign in to comment.