Created
October 10, 2016 15:53
-
-
Save korutx/aa4f5df975df752452e76be9a8ce3726 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
var assocname = '<thumbnailname>'; | |
var node = document.childAssocs['rn:rendition'].filter(function(assoc){ | |
return assoc.name == assocname; | |
})[0]; | |
if(node){ | |
logger.log(node.remove()); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment