Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r936 committed - Override client ID with value -- do not append it.

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r936 committed - Override client ID with value -- do not append it.


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r936 committed - Override client ID with value -- do not append it.
  • Date: Tue, 18 Feb 2014 20:10:53 +0000

Revision: 936
Author:

Date: Tue Feb 18 20:09:52 2014 UTC
Log: Override client ID with value -- do not append it.
http://code.google.com/p/ndt/source/detail?r=936

Modified:
/branches/Issue123/flash-client/src/NDTUtils.as

=======================================
--- /branches/Issue123/flash-client/src/NDTUtils.as Fri Feb 14 19:06:48 2014 UTC
+++ /branches/Issue123/flash-client/src/NDTUtils.as Tue Feb 18 20:09:52 2014 UTC
@@ -99,7 +99,7 @@
var js_client_application:String =
ExternalInterface.call("getClientApplication");
if (js_client_application) {
- Main.client_application += js_client_application
+ Main.client_application = js_client_application;
TestResults.appendDebugMsg(
"Initialized client application from JavaScript. " +
"Client application: "


  • [ndt-dev] [ndt] r936 committed - Override client ID with value -- do not append it., ndt, 02/18/2014

Archive powered by MHonArc 2.6.16.

Top of Page