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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 / +2 lines)
Lines 1586-1592 Link Here
1586
                    "\\[\\[(.*?)\\]\\]":"style1",
1586
                    "\\[\\[(.*?)\\]\\]":"style1",
1587
                    "<<(.*?)>>":"style1"
1587
                    "<<(.*?)>>":"style1"
1588
                },
1588
                },
1589
                extraKeys: {"Tab": "autocomplete"}, //enable tab to accept auto-complete
1589
                // extraKeys: {"Tab": "autocomplete"}, //enable tab to accept auto-complete
1590
                hint: CodeMirror.hint.sql,
1590
                hint: CodeMirror.hint.sql,
1591
                hintOptions: {
1591
                hintOptions: {
1592
                    tables: [% To.json(tables) | $raw %]
1592
                    tables: [% To.json(tables) | $raw %]
Lines 1594-1600 Link Here
1594
            });
1594
            });
1595
            var ExcludedTriggerKeys = { //key-code combinations of keys that will not fire the auto-complete script
1595
            var ExcludedTriggerKeys = { //key-code combinations of keys that will not fire the auto-complete script
1596
                "8": "backspace",
1596
                "8": "backspace",
1597
                "9": "tab",
1597
                // "9": "tab",
1598
                "13": "enter",
1598
                "13": "enter",
1599
                "16": "shift",
1599
                "16": "shift",
1600
                "17": "ctrl",
1600
                "17": "ctrl",
1601
- 

Return to bug 35498