mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
$(document).ready(function () {
|
|
$('.material-icons').attr('translate', 'no');
|
|
}); |