Skip to content

Commit d4281ce

Browse files
committed
Grunt evo_init_bootstrap_tooltips.js
1 parent 0b74c29 commit d4281ce

21 files changed

Lines changed: 8 additions & 26 deletions

File tree

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ module.exports = function(grunt) {
304304
'rsc/js/src/evo_init_plugin_widescroll.js',
305305
'rsc/js/src/evo_init_editable_column.js',
306306
'rsc/js/src/evo_init_regional.js',
307+
'rsc/js/src/evo_init_bootstrap_tooltips.js',
307308
'rsc/js/src/evo_comment_funcs.js',
308309
'rsc/js/src/evo_user_funcs.js',
309310
],

inc/skins/model/_skin.class.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1390,11 +1390,6 @@ function display_init( /*optional: $features = array() */ )
13901390
}
13911391
break;
13921392

1393-
case 'bootstrap_init_tooltips':
1394-
// JS to init Bootstrap tooltips (E.g. on comment form for allowed file extensions):
1395-
require_js_defer( 'src/evo_init_bootstrap_tooltips.js', 'blog' );
1396-
break;
1397-
13981393
case 'bootstrap_messages':
13991394
// Initialize $Messages Class to use Bootstrap styles:
14001395
$Messages->set_params( array(

rsc/js/build/bootstrap-evo_backoffice.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/bootstrap-evo_frontoffice-with-ddexitpop.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/bootstrap-evo_frontoffice.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/evo_backoffice.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/evo_frontoffice-with-ddexitpop.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/evo_frontoffice.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/evo_generic.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

skins/bootstrap_blocks_blog_skin/_skin.class.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,6 @@ function display_init()
511511
'bootstrap_messages', // Initialize $Messages Class to use Bootstrap styles
512512
'style_css', // Load the style.css file of the current skin
513513
'colorbox', // Load Colorbox (a lightweight Lightbox alternative + customizations for b2evo)
514-
'bootstrap_init_tooltips', // Inline JS to init Bootstrap tooltips (E.g. on comment form for allowed file extensions)
515514
'disp_auto', // Automatically include additional CSS and/or JS required by certain disps (replace with 'disp_off' to disable this)
516515
) );
517516

0 commit comments

Comments
 (0)