forked from science-ation/science-ation
16 lines
236 B
Plaintext
16 lines
236 B
Plaintext
|
<public:component lightweight="true">
|
||
|
|
||
|
<script language="javascript">
|
||
|
|
||
|
function CancelEvent()
|
||
|
{
|
||
|
return false ;
|
||
|
}
|
||
|
|
||
|
this.onresizestart = CancelEvent ;
|
||
|
this.onbeforeeditfocus = CancelEvent ;
|
||
|
|
||
|
</script>
|
||
|
|
||
|
</public:component>
|