Last active
May 19, 2017 18:25
-
-
Save mandrasch/d7f58f9dd32a1f767fd693a61ff9ea55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Feld "Interaction title" überschreiben (Getestet mit Google Chrome Webdeveloper Console */ | |
var iFrameDOM = window.jQuery("iframe.h5p-editor-iframe").contents(); | |
iFrameDOM.find("div.field-name-interaction > input").val('ÜBERSETZUNG'); | |
/* Bookmarklet kann hier generiert werden: http://mrcoles.com/bookmarklet/ */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment