選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

26 行
445 B

  1. /*
  2. const $ = require('jquery');
  3. const ihk = require('./ihk');
  4. import "focus-visible";
  5. import "jquery.easing";
  6. import './modules/header';
  7. import './modules/ihk-finder';
  8. ihk.realVH();
  9. $(window).on('resize', function() {
  10. ihk.realVH();
  11. })
  12. $(document).ready(function () {
  13. ihk.init();
  14. $('body').addClass('ready').trigger('ihk-init');
  15. if (ihk.browser.name == 'ie') {
  16. require('./utils/ie');
  17. }
  18. })
  19. */
  20. console.log('verteiler modules missing');