aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-15 19:45:34 +0800
committerobscuren <geffobscura@gmail.com>2014-08-15 19:45:34 +0800
commit203c4b99a0c5e3b826f5a131af2d7ec035b73107 (patch)
tree5680a5afc1dd3cef302b0d2f92baf0d61ae6d525 /ethereal/assets
parent9f4886839fbd3cf4872d721e5be1c1d61bbb64e7 (diff)
downloaddexon-203c4b99a0c5e3b826f5a131af2d7ec035b73107.tar.gz
dexon-203c4b99a0c5e3b826f5a131af2d7ec035b73107.tar.zst
dexon-203c4b99a0c5e3b826f5a131af2d7ec035b73107.zip
LookupDomain method to uilib
Diffstat (limited to 'ethereal/assets')
-rw-r--r--ethereal/assets/qml/webapp.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/webapp.qml b/ethereal/assets/qml/webapp.qml
index ac48e32a1..7bcdc1610 100644
--- a/ethereal/assets/qml/webapp.qml
+++ b/ethereal/assets/qml/webapp.qml
@@ -103,7 +103,7 @@ ApplicationWindow {
uri.replace(reg, function(match, pre, domain, path) {
uri = pre;
- var lookup = eth.lookupDomain(domain.substring(0, domain.length - 4));
+ var lookup = ui.lookupDomain(domain.substring(0, domain.length - 4));
var ip = [];
for(var i = 0, l = lookup.length; i < l; i++) {
ip.push(lookup.charCodeAt(i))