[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linterna-magica-commit] [114] Merging trunk changes in r113
From: |
Ivaylo Valkov |
Subject: |
[linterna-magica-commit] [114] Merging trunk changes in r113 |
Date: |
Wed, 06 Jul 2011 08:43:31 +0000 |
Revision: 114
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=114
Author: valkov
Date: 2011-07-06 08:43:31 +0000 (Wed, 06 Jul 2011)
Log Message:
-----------
Merging trunk changes in r113
Revision Links:
--------------
http://svn.sv.gnu.org/viewvc/?view=rev&root=linterna-magica&revision=113
Modified Paths:
--------------
branches/task-11216/src/lm_detect_flash.js
Modified: branches/task-11216/src/lm_detect_flash.js
===================================================================
--- branches/task-11216/src/lm_detect_flash.js 2011-07-06 08:41:26 UTC (rev
113)
+++ branches/task-11216/src/lm_detect_flash.js 2011-07-06 08:43:31 UTC (rev
114)
@@ -136,7 +136,8 @@
this.log("LinternaMagica.is_swf_object:\n"+
"SWF <"+element.localName+"> "+
- (element.id ? (" id: \""+element.id+"\" " ) :"") +
+ (element.hasAttribute("id") ?
+ (" with id \""+element.getAttribute("id")+"\" " ) :"") +
"detected via \""+detected_via+"\".", 2);
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [linterna-magica-commit] [114] Merging trunk changes in r113,
Ivaylo Valkov <=