From 4e2c87be96c340392cab00d3e659da4e3a37299f Mon Sep 17 00:00:00 2001 From: wangyidong Date: Thu, 23 Feb 2012 00:13:25 +0000 Subject: [PATCH] - Back to pristine code for check new version. --- module/user/js/login.js | 10 ---------- module/user/view/login.html.php | 5 +---- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/module/user/js/login.js b/module/user/js/login.js index 1f42bbcd68..b8e03a2a86 100644 --- a/module/user/js/login.js +++ b/module/user/js/login.js @@ -2,14 +2,4 @@ function setForm(){} $(document).ready(function() { $('#account').focus(); - var iframe = document.getElementById("updater"); - iframe.src = url; - if (iframe.attachEvent) - { - iframe.attachEvent("onload", function(){$('#updater').show();}); - } - else - { - iframe.onload = function(){$('#updater').show();}; - } }) diff --git a/module/user/view/login.html.php b/module/user/view/login.html.php index b0b52e51ed..c31d790d8a 100644 --- a/module/user/view/login.html.php +++ b/module/user/view/login.html.php @@ -41,10 +41,7 @@ include '../../common/view/colorbox.html.php'; powered by ZenTaoPMS(version;?>) donate;?>
- + -