Skip to content

Commit

Permalink
U: v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hotoo committed Apr 23, 2013
1 parent 192b0b6 commit 712ba12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
<version>RELEASE</version>
</parent>
<artifactId>alipay.fmsmng.monitor</artifactId>
<version>1.3</version>
<version>1.4</version>
<name>monitor</name>
<packaging>js</packaging>
<description>全站通用前端监控脚本</description>
<properties>
<tags>全站 公共</tags>
</properties>
<scm>
<connection>scm:svn:http://sources.alipay.net/svn/ueddocs/project/01.Arale/tags/alipay/alipay.fmsmng.monitor-1.3</connection>
<developerConnection>scm:svn:http://sources.alipay.net/svn/ueddocs/project/01.Arale/tags/alipay/alipay.fmsmng.monitor-1.3</developerConnection>
<url>http://sources.alipay.net/svn/ueddocs/project/01.Arale/tags/alipay/alipay.fmsmng.monitor-1.3</url>
<connection>scm:svn:http://sources.alipay.net/svn/ueddocs/project/01.Arale/tags/alipay/alipay.fmsmng.monitor-1.4</connection>
<developerConnection>scm:svn:http://sources.alipay.net/svn/ueddocs/project/01.Arale/tags/alipay/alipay.fmsmng.monitor-1.4</developerConnection>
<url>http://sources.alipay.net/svn/ueddocs/project/01.Arale/tags/alipay/alipay.fmsmng.monitor-1.4</url>
</scm>
<developers>
<developer>
Expand Down
5 changes: 4 additions & 1 deletion resources/monitor.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,8 @@
}
var d = encodeURIComponent(data);
var url = url+(url.indexOf("?")<0 ?"?":"&")+d;
// TODO: monitor.log(loc.url, 414)
if(url.length > URLLength){return;}

try{
// @see http://www.javascriptkit.com/jsref/image.shtml
Expand Down Expand Up @@ -415,7 +417,8 @@

var timer = window.setTimeout(function(){
try{
img.src = null;
//img.src = null;
img.removeAttribute("src");
img.aborted = true;
clearImage();
}catch(ex){}
Expand Down

0 comments on commit 712ba12

Please sign in to comment.