Paste #146169 |
pasted on 29.09.2020 08:20
- Edit to this paste
- Raw
- Compare it with the parent paste
- Look at the parent paste
- The following pastes replied to this paste: # 146170
- Show paste tree
-
Compare with paste
#
Text paste
1 | javascript:(function(){var el = getSelectionParentElement(); if(getSelectedText()!="" && $(el).closest('.content-text').length){read_chap_id = $(el).closest('.chapter').data('chap-id'); $('#etext').val(getSelectedText()); $('#etype').val(6); $('#eedittext').val(''); $('#popup').modal('show'); document.getSelection().removeAllRanges();}})() |