Skip to content
Snippets Groups Projects
Commit bf0476f6 authored by echicken's avatar echicken :chicken:
Browse files

Define files_inline and files_inline_blacklist with defaults.

parent 902e7a51
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -38,7 +38,9 @@ var defaults = {
},
forum_extended_ascii: { default: true },
active_node_list: { default: true },
hide_empty_stats: { default: true }
hide_empty_stats: { default: true },
files_inline: { default: false },
files_inline_blacklist: { default: [ "htm", "html" ] }
};
Object.keys(defaults).forEach(function (e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment