Loading template/app/view/doctests/Index.js +2 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Ext.define('Docs.view.doctests.Index', { }, { itemId: 'testrunner', margin: 5 height: 0, }, { itemId: 'testcontainer', Loading Loading @@ -136,6 +136,7 @@ Ext.define('Docs.view.doctests.Index', { var example = testRunner.add( Ext.create('Docs.view.examples.Inline', { cls: 'doc-test-preview', height: 0, value: Ext.String.htmlDecode(Ext.util.Format.stripTags(record.get('code'))) }) ); Loading template/resources/sass/_doc_tests.scss +0 −3 Original line number Diff line number Diff line // Styles for doc tests .doc-test-preview { display: none; } .doc-test-ready { font-weight: bold; color: #333; } Loading Loading
template/app/view/doctests/Index.js +2 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ Ext.define('Docs.view.doctests.Index', { }, { itemId: 'testrunner', margin: 5 height: 0, }, { itemId: 'testcontainer', Loading Loading @@ -136,6 +136,7 @@ Ext.define('Docs.view.doctests.Index', { var example = testRunner.add( Ext.create('Docs.view.examples.Inline', { cls: 'doc-test-preview', height: 0, value: Ext.String.htmlDecode(Ext.util.Format.stripTags(record.get('code'))) }) ); Loading
template/resources/sass/_doc_tests.scss +0 −3 Original line number Diff line number Diff line // Styles for doc tests .doc-test-preview { display: none; } .doc-test-ready { font-weight: bold; color: #333; } Loading