Fossil SCM
Remove accidental edit from the previous check-in.
Commit
976cad0829b041f9270471d4e589ab9d37263d4f42c22ea77c82b4d9b737b896
Parent
20e680aac75471d…
1 file changed
+1
-1
+1
-1
| --- src/style.c | ||
| +++ src/style.c | ||
| @@ -507,11 +507,11 @@ | ||
| 507 | 507 | |
| 508 | 508 | /* |
| 509 | 509 | ** Generate code to load all required javascript files. |
| 510 | 510 | */ |
| 511 | 511 | static void style_load_all_js_files(void){ |
| 512 | - if( needHrefJs || 1 ){ | |
| 512 | + if( needHrefJs ){ | |
| 513 | 513 | int nDelay = db_get_int("auto-hyperlink-delay",0); |
| 514 | 514 | int bMouseover; |
| 515 | 515 | /* Load up the page data */ |
| 516 | 516 | bMouseover = (!g.isHuman || db_get_boolean("auto-hyperlink-ishuman",0)) |
| 517 | 517 | && db_get_boolean("auto-hyperlink-mouseover",0); |
| 518 | 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 || 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 |