View | Details | Raw Unified | Return to bug 24734
Collapse All | Expand All

(-)a/misc/translator/LangInstaller.pm (-3 / +2 lines)
Lines 701-708 sub extract_messages { Link Here
701
    }
701
    }
702
702
703
    my @js_dirs = (
703
    my @js_dirs = (
704
        "$intranetdir/koha-tmpl/intranet-tmpl/prog/js",
704
        "$intrahtdocs/prog/js",
705
        "$intranetdir/koha-tmpl/opac-tmpl/bootstrap/js",
705
        "$opachtdocs/bootstrap/js",
706
    );
706
    );
707
707
708
    my @js_files;
708
    my @js_files;
709
- 

Return to bug 24734