mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 04:13:11 +03:00
web: flatten image dir
This commit is contained in:
parent
cfc8ef8907
commit
4e0df9daa8
@ -679,7 +679,7 @@ addform td = [$hamlet|
|
||||
%script!type=text/javascript
|
||||
$$(document).ready(function() {
|
||||
/* dhtmlxcombo setup */
|
||||
window.dhx_globalImgPath="../static/images/";
|
||||
window.dhx_globalImgPath="../static/";
|
||||
var desccombo = new dhtmlXCombo("description");
|
||||
var acct1combo = new dhtmlXCombo("account1");
|
||||
var acct2combo = new dhtmlXCombo("account2");
|
||||
|
Before Width: | Height: | Size: 309 B After Width: | Height: | Size: 309 B |
@ -23,7 +23,7 @@ data-files:
|
||||
static/dhtmlxcommon.js
|
||||
static/dhtmlxcombo.js
|
||||
static/favicon.ico
|
||||
static/images/combo_select.gif
|
||||
static/combo_select.gif
|
||||
templates/addform.hamlet
|
||||
templates/addformpostingfields.hamlet
|
||||
templates/default-layout.cassius
|
||||
|
Loading…
Reference in New Issue
Block a user