mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 738477 - WebKit is broken on Win32.
Turns out our URL for loading jqplot is what was broken.
This commit is contained in:
parent
6d6f95bb9b
commit
b49f64961c
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
(define (gnc:html-js-include file)
|
(define (gnc:html-js-include file)
|
||||||
(string-append
|
(string-append
|
||||||
"<script language=\"javascript\" type=\"text/javascript\" src=\"file://"
|
"<script language=\"javascript\" type=\"text/javascript\" src=\"file:///"
|
||||||
(gnc-path-find-localized-html-file file)
|
(gnc-path-find-localized-html-file file)
|
||||||
"\"></script>\n"
|
"\"></script>\n"
|
||||||
))
|
))
|
||||||
|
|
||||||
(define (gnc:html-css-include file)
|
(define (gnc:html-css-include file)
|
||||||
(string-append
|
(string-append
|
||||||
"<link rel=\"stylesheet\" type=\"text/css\" href=\"file://"
|
"<link rel=\"stylesheet\" type=\"text/css\" href=\"file:///"
|
||||||
(gnc-path-find-localized-html-file file)
|
(gnc-path-find-localized-html-file file)
|
||||||
"\" />\n"
|
"\" />\n"
|
||||||
))
|
))
|
||||||
|
Loading…
Reference in New Issue
Block a user