mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 02:51:50 +00:00
11 lines
227 B
Plaintext
11 lines
227 B
Plaintext
<PUBLIC:COMPONENT>
|
|
<PUBLIC:ATTACH EVENT="onresizestart" ONEVENT="resize()" />
|
|
<SCRIPT LANGUAGE="JScript">
|
|
function resize(){
|
|
event.cancelBubble = true;
|
|
event.returnValue = false;
|
|
return false;
|
|
}
|
|
</SCRIPT>
|
|
</PUBLIC:COMPONENT>
|