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 d973396 commit 7606747Copy full SHA for 7606747
assets/javascripts/gtt_print.js
@@ -2,7 +2,7 @@ $(function() {
2
if ($('form.print_box').length > 0) {
3
var server = $('form.print_box').attr('action').replace(/\/?$/, '/');
4
5
- $.getJSON("https://print.***REMOVED***/print/apps.json", function (data) {
+ $.getJSON(server + "print/apps.json", function (data) {
6
$.each(data, function(key, value) {
7
// "default" profile does not really work for some reason
8
if (value != "default") {
0 commit comments