Fossil SCM

Remove accidental edit from the previous check-in.

drh 2017-12-14 01:00 trunk
Commit 976cad0829b041f9270471d4e589ab9d37263d4f42c22ea77c82b4d9b737b896
1 file changed +1 -1
+1 -1
--- src/style.c
+++ src/style.c
@@ -507,11 +507,11 @@
507507
508508
/*
509509
** Generate code to load all required javascript files.
510510
*/
511511
static void style_load_all_js_files(void){
512
- if( needHrefJs || 1 ){
512
+ if( needHrefJs ){
513513
int nDelay = db_get_int("auto-hyperlink-delay",0);
514514
int bMouseover;
515515
/* Load up the page data */
516516
bMouseover = (!g.isHuman || db_get_boolean("auto-hyperlink-ishuman",0))
517517
&& db_get_boolean("auto-hyperlink-mouseover",0);
518518
--- src/style.c
+++ src/style.c
@@ -507,11 +507,11 @@
507
508 /*
509 ** Generate code to load all required javascript files.
510 */
511 static void style_load_all_js_files(void){
512 if( needHrefJs || 1 ){
513 int nDelay = db_get_int("auto-hyperlink-delay",0);
514 int bMouseover;
515 /* Load up the page data */
516 bMouseover = (!g.isHuman || db_get_boolean("auto-hyperlink-ishuman",0))
517 && db_get_boolean("auto-hyperlink-mouseover",0);
518
--- src/style.c
+++ src/style.c
@@ -507,11 +507,11 @@
507
508 /*
509 ** Generate code to load all required javascript files.
510 */
511 static void style_load_all_js_files(void){
512 if( needHrefJs ){
513 int nDelay = db_get_int("auto-hyperlink-delay",0);
514 int bMouseover;
515 /* Load up the page data */
516 bMouseover = (!g.isHuman || db_get_boolean("auto-hyperlink-ishuman",0))
517 && db_get_boolean("auto-hyperlink-mouseover",0);
518

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button