Bugzilla – Attachment #164099: Bug 36461: Advanced editor should disable RequireJS timeout with waitSeconds: 0 for
bug #36461
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 36461
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-2 / +1 lines)
Lines 29-35 require.config( {
Link Here
29
themelang: '[% themelang | html %]',
29
themelang: '[% themelang | html %]',
30
},
30
},
31
},
31
},
32
waitSeconds: 30,
32
waitSeconds: 0,
33
} );
33
} );
34
</script>
34
</script>
35
35
36
-
Return to
bug 36461