Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 515 Bytes

File metadata and controls

43 lines (29 loc) · 515 Bytes

Show banner

Show banner.
バナーを表示します。

Setting

Path Pattern

None

Insert Position

Head of all pages

Code

JavaScript

$(function() {
  $('#content').prepend('<div class="warning">Maintenance will be performed on December 24, 2021.</div>');
});

Result

result

Note