Differences From Artifact [405784caa1]:
- File src/style.c — part of check-in [37f23f3764] at 2019-05-14 11:17:21 on branch trunk — Fix the anti-robot logic so that auto-hyperlink-mouseover actually works and so that the "mouseover" setting sent down to javascript is determined only by the setting on the Access page. (user: drh size: 33790)
To Artifact [509dbc77dc]:
- File src/style.c — part of check-in [0f9b648f2b] at 2019-05-17 14:47:28 on branch trunk — Fix the redundant "udc" query parameter in the timeline. (user: drh size: 33828) [more...]
︙ | |||
626 627 628 629 630 631 632 633 634 635 636 637 638 639 | 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 | + | */ cgi_destination(CGI_HEADER); if( nSubmenu+nSubmenuCtrl>0 ){ int i; if( nSubmenuCtrl ){ @ <form id='f01' method='GET' action='%R/%s(g.zPath)'> @ <input type='hidden' name='udc' value='1'> cgi_tag_query_parameter("udc"); } @ <div class="submenu"> if( nSubmenu>0 ){ qsort(aSubmenu, nSubmenu, sizeof(aSubmenu[0]), submenuCompare); for(i=0; i<nSubmenu; i++){ struct Submenu *p = &aSubmenu[i]; if( p->zLink==0 ){ |
︙ |