- From: Anssi Kostiainen via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 07 Sep 2011 14:10:55 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/system-info
In directory hutz:/tmp/cvs-serv19220
Modified Files:
battery-status.html
Log Message:
fix for the monkey patch
Index: battery-status.html
===================================================================
RCS file: /sources/public/2009/dap/system-info/battery-status.html,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- battery-status.html 7 Sep 2011 11:18:11 -0000 1.41
+++ battery-status.html 7 Sep 2011 14:10:53 -0000 1.42
@@ -39,7 +39,7 @@
var batteryStatusEvent = document.querySelector('#batterystatusevent-interface > pre.idl');
batteryStatusEvent.innerHTML += batteryStatusEventInit;
- }, 100);
+ }, 500);
</script>
<style type='text/css'>
.event {
Received on Wednesday, 7 September 2011 14:10:56 UTC