We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6189762 commit 4de3b62Copy full SHA for 4de3b62
OpenContent/js/lamaengine.js
@@ -24,10 +24,10 @@ alpacaEngine.engine = function (config) {
24
self.rootUrl = config.appPath;
25
self.bootstrap = config.bootstrap;
26
var createEdit = config.isNew ? "create" : "edit";
27
- self.view = "dnn-" + createEdit;
28
- if (config.bootstrap) {
29
- self.view = config.horizontal ? "dnnbootstrap-" + createEdit + "-horizontal" : "dnnbootstrap-" + createEdit;
30
- }
+ self.view = "bootstrap4-" + createEdit;
+ //if (config.bootstrap) {
+ // self.view = config.horizontal ? "bootstrap4-" + createEdit + "-horizontal" : "dnnbootstrap-" + createEdit;
+ //}
31
if (config.bootstrap && $.fn.select2) {
32
$.fn.select2.defaults.set("theme", "bootstrap");
33
}
0 commit comments