forked from 0x2620/oxjs
refactoring editor to include annotations
This commit is contained in:
parent
08fd5b5870
commit
873951163c
3 changed files with 83 additions and 10 deletions
|
|
@ -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/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue