1
0
Fork 0
forked from 0x2620/oxjs

refactoring editor to include annotations

This commit is contained in:
rlx 2011-02-03 21:39:22 +00:00
commit 873951163c
3 changed files with 83 additions and 10 deletions

View file

@ -98,6 +98,7 @@ Ox.uid = function() {
}();
Ox.user = function() {
// fixme: move to ox.ui
$.get("http://www.maxmind.com/app/locate_my_ip", function(data) {
var arr = data.split("tblProduct1"),
re = />(.+?)<\/td>\n<td class=output align="center">\n(.*?)\n/,