Commit 9c04b8b2 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

update test menu

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47067 954022d7-b5bf-4e40-9824-e11837661b57
parent 7f1c555e
This diff is collapsed.
......@@ -364,19 +364,19 @@
switch(info.asc_getHorAlign()){
case "right":
$("td[id*='td_ta']").removeClass("iconPressed");
$("li[id*='td_ta']").removeClass("iconPressed");
$("#td_ta_right").addClass("iconPressed");
break;
case "left":
$("td[id*='td_ta']").removeClass("iconPressed");
$("li[id*='td_ta']").removeClass("iconPressed");
$("#td_ta_left").addClass("iconPressed");
break;
case "center":
$("td[id*='td_ta']").removeClass("iconPressed");
$("li[id*='td_ta']").removeClass("iconPressed");
$("#td_ta_center").addClass("iconPressed");
break;
case "justify":
$("td[id*='td_ta']").removeClass("iconPressed");
$("li[id*='td_ta']").removeClass("iconPressed");
$("#td_ta_justify").addClass("iconPressed");
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment