Skip to content

Commit

Permalink
fixed gui.
Browse files Browse the repository at this point in the history
  • Loading branch information
Licenser committed Jun 15, 2012
1 parent 3d1715e commit 366c13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wiggle/priv/js/snarl.js
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ var debug;
});
}
function get_ip() {
$.getJSON("/my/networks/external", function(data) {
$.getJSON("/my/networks/admin", function(data) {
$("#ip_range").attr("value",data.network);
$("#gateway").attr("value",data.gateway);
$('#netmask > option[value="' + data.netmask + '"]').attr("selected", true);
Expand Down

0 comments on commit 366c13b

Please sign in to comment.