Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r1283 committed - Cleanup the warnings a bit

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r1283 committed - Cleanup the warnings a bit


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r1283 committed - Cleanup the warnings a bit
  • Date: Tue, 31 Mar 2015 14:45:22 +0000

Revision: 1283
Author:

Date: Tue Mar 31 14:24:53 2015 UTC
Log: Cleanup the warnings a bit


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

Modified:
/branches/web-client-browser-os-warnings/HTML5-frontend/script.js

=======================================
--- /branches/web-client-browser-os-warnings/HTML5-frontend/script.js Tue Mar 31 13:32:11 2015 UTC
+++ /branches/web-client-browser-os-warnings/HTML5-frontend/script.js Tue Mar 31 14:24:53 2015 UTC
@@ -571,11 +571,11 @@
}

if (isLinuxSystem()) {
- document.getElementById('warning-environment').innerHTML = "Warning: Using flash plugin on Linux system may provide inaccurate results";
+ document.getElementById('warning-environment').innerHTML = "Warning: Using the flash client on Linux may provide less accurate results";
}

if (isChromeBrowser()) {
- document.getElementById('warning-environment').innerHTML = "Warning: Using flash plugin in Chrome browser may provide inaccurate results";
+ document.getElementById('warning-environment').innerHTML = "Warning: Using the flash client in Chrome may provide less accurate results";
}

var embed = document.createElement('embed');


  • [ndt-dev] [ndt] r1283 committed - Cleanup the warnings a bit, ndt, 03/31/2015

Archive powered by MHonArc 2.6.16.

Top of Page