mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +00:00
Comment out robs selection test stuff
Change-Id: I251de0935f733915042684d186da57b43bc35c51
This commit is contained in:
parent
232f2c58f7
commit
72ee6bac1a
|
@ -652,8 +652,8 @@ $(document).ready( function() {
|
||||||
window.sandboxEditor = sandboxEditor;
|
window.sandboxEditor = sandboxEditor;
|
||||||
|
|
||||||
/* Rob's test selection stuff */
|
/* Rob's test selection stuff */
|
||||||
surfaceModel.setSelection( new ve.Range(0, documentModel.getData().length ) );
|
//surfaceModel.setSelection( new ve.Range(0, documentModel.getData().length ) );
|
||||||
view.showSelection ( surfaceModel.getSelection() );
|
//view.showSelection ( surfaceModel.getSelection() );
|
||||||
|
|
||||||
/* Sandbox Warning Message */
|
/* Sandbox Warning Message */
|
||||||
$( '#es-docs' ).css( { 'visibility': 'visible' } );
|
$( '#es-docs' ).css( { 'visibility': 'visible' } );
|
||||||
|
|
Loading…
Reference in a new issue