Skip to content

Commit

Permalink
Tingle modal library and config gen update
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-borba committed May 26, 2022
1 parent 37b3ef4 commit e7a9cda
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/config_gen.php
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ function combine_includes($js, $js_compress, $css, $css_compress, $settings) {
if ($js) {
$mods = get_modules($settings);
$js_lib = file_get_contents("third_party/cash.min.js");
if (in_array('sievefilters', $mods, true)) {
$js_lib .= file_get_contents("third_party/tingle.min.js");
}
if (in_array('desktop_notifications', $mods, true)) {
$js_lib .= file_get_contents("third_party/push.min.js");
}
Expand Down
1 change: 1 addition & 0 deletions third_party/tingle.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7a9cda

Please sign in to comment.