File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 164164 updateDemoNotes ( ) ;
165165 } ) ;
166166 if ( / d e f a u l t .h t m l $ / . test ( path ) ) {
167- $ . get ( "../ documentation/docs-" + path . match ( / d e m o s \/ ( .+ ) \/ / ) [ 1 ] + ".html" , function ( html ) {
167+ $ . get ( "documentation/docs-" + path . match ( / d e m o s \/ ( .+ ) \/ / ) [ 1 ] + ".html" , function ( html ) {
168168 $ ( "#demo-notes" ) . after ( html ) ;
169169 $ ( "#widget-docs" ) . tabs ( ) ;
170170 $ ( ".param-header" ) . click ( function ( ) {
Original file line number Diff line number Diff line change 234234 </target >
235235
236236 <target name =" docs-process" depends =" docs-download" >
237- <property name =" docs.dir" value =" ${ ui.dir } /documentation" />
237+ <property name =" docs.dir" value =" ${ ui.dir } /demos/ documentation" />
238238 <delete dir =" ${ docs.dir } " />
239239 <mkdir dir =" ${ docs.dir } " />
240240 <xslt includes =" docs-*.xml" destdir =" ${ docs.dir } " style =" build/style.xsl" />
You can’t perform that action at this time.
0 commit comments