xref: /template/sprintdoc/script.js (revision 4fca1d16bba38ed3977f5dace7b9f5e911e8c1dc)
1
2/* DOKUWIKI:include js/base/helper.js */
3/* DOKUWIKI:include js/base/spc.js */
4
5( function( $, spc, lang ) {
6
7    var setLang = function(){
8        try{
9            if(lang==="de"){
10                /* DOKUWIKI:include lang/de/lang.js */
11            } else if(lang==="en"){
12                /* DOKUWIKI:include lang/en/lang.js */
13            } else{
14                /* default */
15                /* DOKUWIKI:include lang/de/lang.js */
16            }
17        }catch(err){
18        }
19    };
20
21    $(function(){
22        setLang();
23    });
24
25} )( jQuery, spc, wikiLang );
26
27
28/* DOKUWIKI:include js/plugins/do_tasks.js */
29/* DOKUWIKI:include js/sidebar-menu.js */
30
31
32
33
34