We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972216d commit 261eafaCopy full SHA for 261eafa
assets/javascripts/gtt_print.js
@@ -78,6 +78,8 @@ $(function() {
78
dataType: 'json',
79
success: function (data) {
80
81
+ console.log(data.issue);
82
+
83
// Handle each available attribute
84
$.each(config.layouts[layout].attributes, function(key, obj) {
85
0 commit comments