change the zoom link style

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11157 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
xq2005 2011-12-07 09:16:21 +00:00
parent f712aec074
commit 4788e9c12d

View File

@ -1066,7 +1066,7 @@ function addZoomDiv(obj){
var type = $(obj).attr('name');
var lastzoomobj = $('#zoomDiv span:last');
lastzoomobj.addClass('monitorzoomlinkli');
lastzoomobj.addClass('monitorzoomlink');
lastzoomobj.bind('click', function(){
updateZoom(this);
});