diff --git a/nodes/99-sample.html.demo b/nodes/99-sample.html.demo index 2a9617c70..6a9f7e839 100644 --- a/nodes/99-sample.html.demo +++ b/nodes/99-sample.html.demo @@ -30,7 +30,7 @@
- +
@@ -38,7 +38,7 @@
- +
diff --git a/nodes/core/core/20-inject.html b/nodes/core/core/20-inject.html index 88b41ebbc..b6f2f4daf 100644 --- a/nodes/core/core/20-inject.html +++ b/nodes/core/core/20-inject.html @@ -16,7 +16,7 @@ @@ -99,7 +99,7 @@ toolbar.id = "debug-toolbar"; content.appendChild(toolbar); - toolbar.innerHTML = '
'; + toolbar.innerHTML = '
'; var messages = document.createElement("div"); messages.id = "debug-content"; diff --git a/nodes/core/core/75-exec.html b/nodes/core/core/75-exec.html index 56fb44ae8..567a34c19 100644 --- a/nodes/core/core/75-exec.html +++ b/nodes/core/core/75-exec.html @@ -16,11 +16,11 @@ diff --git a/nodes/core/deprecated/73-parsexml.html b/nodes/core/deprecated/73-parsexml.html index a479ff2e8..b6fc16fec 100644 --- a/nodes/core/deprecated/73-parsexml.html +++ b/nodes/core/deprecated/73-parsexml.html @@ -21,7 +21,7 @@ -->
- +
diff --git a/nodes/core/deprecated/74-js2xml.html b/nodes/core/deprecated/74-js2xml.html index 72594fa24..f614579b2 100644 --- a/nodes/core/deprecated/74-js2xml.html +++ b/nodes/core/deprecated/74-js2xml.html @@ -16,11 +16,11 @@ diff --git a/nodes/core/deprecated/90-httpget.html b/nodes/core/deprecated/90-httpget.html index 01beae1f6..b1f2e080c 100644 --- a/nodes/core/deprecated/90-httpget.html +++ b/nodes/core/deprecated/90-httpget.html @@ -18,15 +18,15 @@
Deprecated: please use the http request node.

- +
- +
- +
The Base URL gets prepended to whatever payload is passed in. Leave blank if you pass in a full url.
The append gets added to the end after any payload.
The output Topic is the same as the input Topic.
diff --git a/nodes/core/hardware/35-arduino.html b/nodes/core/hardware/35-arduino.html index 33b51054e..fb81ecd61 100644 --- a/nodes/core/hardware/35-arduino.html +++ b/nodes/core/hardware/35-arduino.html @@ -145,12 +145,12 @@ $("#node-config-input-device").autocomplete( "destroy" ); } catch(err) { } $("#node-config-lookup-serial").click(function() { - $("#node-config-lookup-serial-icon").removeClass('icon-search'); + $("#node-config-lookup-serial-icon").removeClass('fa-search'); $("#node-config-lookup-serial-icon").addClass('spinner'); $("#node-config-lookup-serial").addClass('disabled'); $.getJSON('arduinoports',function(data) { - $("#node-config-lookup-serial-icon").addClass('icon-search'); + $("#node-config-lookup-serial-icon").addClass('fa-search'); $("#node-config-lookup-serial-icon").removeClass('spinner'); $("#node-config-lookup-serial").removeClass('disabled'); var ports = []; diff --git a/nodes/core/io/32-udp.html b/nodes/core/io/32-udp.html index 36ff25a56..1c2eed575 100644 --- a/nodes/core/io/32-udp.html +++ b/nodes/core/io/32-udp.html @@ -127,7 +127,7 @@
- +
Tip: leave address and port blank if you want to set using msg.ip and msg.port.
diff --git a/nodes/core/social/27-twitter.html b/nodes/core/social/27-twitter.html index 704ef0b57..44417b598 100644 --- a/nodes/core/social/27-twitter.html +++ b/nodes/core/social/27-twitter.html @@ -38,7 +38,7 @@ } function updateTwitterScreenName(sn) { $("#node-config-input-screen_name").val(sn); - $("#node-config-twitter-row").html(''+sn+''); + $("#node-config-twitter-row").html(''+sn+''); } function pollTwitterCredentials(e) { $.getJSON('credentials/twitter-credentials/'+twitterConfigNodeId,function(data) { @@ -93,11 +93,11 @@ diff --git a/nodes/core/social/32-feedparse.html b/nodes/core/social/32-feedparse.html index 2bd4206e3..a79542776 100644 --- a/nodes/core/social/32-feedparse.html +++ b/nodes/core/social/32-feedparse.html @@ -16,15 +16,15 @@