0.0.04 form poster
This commit is contained in:
5
static/v2/js/service/trans.js
Normal file
5
static/v2/js/service/trans.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function getTransFromEl (el) {
|
||||
if (!el) return;
|
||||
let trans_block = el.querySelector('.trans_block');
|
||||
return trans_block.dataset.trans
|
||||
}
|
||||
Reference in New Issue
Block a user