Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1212 committed - Merge Issue174 into trunk

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1212 committed - Merge Issue174 into trunk


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1212 committed - Merge Issue174 into trunk
  • Date: Fri, 20 Mar 2015 08:34:46 +0000

Revision: 1212
Author:

Date: Fri Mar 20 08:34:38 2015 UTC
Log: Merge Issue174 into trunk

https://code.google.com/p/ndt/source/detail?r=1212

Modified:
/trunk
/trunk/HTML5-frontend/script.js

=======================================
--- /trunk/HTML5-frontend/script.js Fri Mar 13 14:05:08 2015 UTC
+++ /trunk/HTML5-frontend/script.js Fri Mar 20 08:34:38 2015 UTC
@@ -484,6 +484,8 @@

// BACKEND METHODS
function useJavaAsBackend() {
+ $("#rtt").show();
+ $("#rttValue").show();
var backendContainer = document.getElementById('backendContainer');
while (backendContainer.firstChild) {
backendContainer.removeChild(backendContainer.firstChild);
@@ -502,6 +504,8 @@
}

function useFlashAsBackend() {
+ $("#rtt").hide();
+ $("#rttValue").hide();
var backendContainer = document.getElementById('backendContainer');
while (backendContainer.firstChild) {
backendContainer.removeChild(backendContainer.firstChild);


  • [ndt-dev] [ndt] r1212 committed - Merge Issue174 into trunk, ndt, 03/20/2015

Archive powered by MHonArc 2.6.16.

Top of Page