From 2ee8f0be6f3042e7abe73a5df9ab4fcb30d329d6 Mon Sep 17 00:00:00 2001 From: Bengt Brodersen Date: Tue, 24 Nov 2015 17:53:34 +0100 Subject: [PATCH] Update bookmarklet.js --- bookmarklet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookmarklet.js b/bookmarklet.js index 7c7b8d0..fd60a84 100644 --- a/bookmarklet.js +++ b/bookmarklet.js @@ -87,7 +87,7 @@ jQuery("#card-print-dialog-title").text("Card Printer " + version + " - Loading issues..."); renderCards(issueKeyList, function() { - jQuery("#card-print-dialog-title").text("Card Printer" + version); + jQuery("#card-print-dialog-title").text("Card Printer " + version); //print(); });