From: horse69 Date: Mon, 1 Oct 2012 01:46:07 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@734 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=d2746e7a226b5bb5765612fbc1fa83519ed252f5;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@734 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/network.js b/mini-asterisk-gui2/network.js index ca5afdec..9caa3c0e 100644 --- a/mini-asterisk-gui2/network.js +++ b/mini-asterisk-gui2/network.js @@ -29,9 +29,11 @@ function initialise() { } function doDHCP() { + greyout("yes"); } function doStatic() { + greyout("no"); }