Skip to content

Instantly share code, notes, and snippets.

@dougn
dougn / view_selected.js
Last active December 17, 2015 12:59
FogBugz BugMonkey Customization script to open selected cases in new windows (tabs).
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')