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
name: View Selected Cases | |
description: Adds a link to the titlebar (if there is one) to open all selected cases in new windows. | |
author: Daniel Jalkut, Doug Napoleone | |
version: 1.0.0.0 | |
js: | |
// Based on original code by Daniel Jalkut: https://gist.github.com/danielpunkass/5612389 | |
if ($('div.viewMoreOptions')) { | |
$('div.viewMoreOptions') |
NewerOlder