From 45960542bbba4f6b9365df6753b7172eb7c5667c Mon Sep 17 00:00:00 2001 From: Daniel Steglich Date: Thu, 5 Mar 2015 22:03:55 +0100 Subject: [PATCH] less than 80 characters per line --- plinth/modules/dynamicdns/templates/dynamicdns.html | 7 ++++--- .../dynamicdns/templates/dynamicdns_configure.html | 13 ++++++++----- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/plinth/modules/dynamicdns/templates/dynamicdns.html b/plinth/modules/dynamicdns/templates/dynamicdns.html index 2fedddc15..c2ac129fc 100644 --- a/plinth/modules/dynamicdns/templates/dynamicdns.html +++ b/plinth/modules/dynamicdns/templates/dynamicdns.html @@ -27,9 +27,10 @@ The solution is to assign a DNS name to your IP address and update the DNS name every time your IP is changed by your Internet provider. Dynamic DNS allows you to push your current public IP address to an - gnudip server. - Afterwards the Server will assign your DNS name with the new IP and if someone - from the internet asks for your DNS name he will get your current IP answered. + gnudip + server. Afterwards the Server will assign your DNS name with the new IP + and if someone from the internet asks for your DNS name he will get your + current IP answered.

If you are looking for a free dynamic DNS account, you may find one here diff --git a/plinth/modules/dynamicdns/templates/dynamicdns_configure.html b/plinth/modules/dynamicdns/templates/dynamicdns_configure.html index a0cb0d7f5..1ffdd9f33 100644 --- a/plinth/modules/dynamicdns/templates/dynamicdns_configure.html +++ b/plinth/modules/dynamicdns/templates/dynamicdns_configure.html @@ -26,7 +26,8 @@ {% csrf_token %}
You have disabled Javascript. Dynamic form mode is disabled and - some helper functions may not work
(but the main functionality should work) + some helper functions may not work
+ (but the main functionality should work)

@@ -63,8 +64,8 @@ }); $('#id_dynamicdns-showpw').change(function() { - //changing type attribute from password to text is prevented by most browsers - //make a new form field works for me + //changing type attribute from password to text is prevented by + //most browsers make a new form field works for me if ($('#id_dynamicdns-showpw').prop('checked')) { $('#id_dynamicdns-dynamicdns_secret').replaceWith( $('#id_dynamicdns-dynamicdns_secret').clone().attr( @@ -78,8 +79,10 @@ function configure_dropdown() { - var SELFHOST = 'https://carol.selfhost.de/update?username=&password=&myip=' - var NOIP = 'http://dynupdate.no-ip.com/nic/update?hostname=&myip=' + var SELFHOST = 'https://carol.selfhost.de/update?username=&' + + 'password=&myip=' + var NOIP = 'http://dynupdate.no-ip.com/nic/update?hostname=<' + + 'Domain>&myip=' if ($("#id_dynamicdns-service_type option:selected").text() == "GnuDIP") { document.getElementById('id_dynamicdns-dynamicdns_update_url').value = '';