thin_man 0.19.11 → 0.19.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 31436718341ea6051e48fd253c83c2a082b2f754
4
- data.tar.gz: 9c033e7665b4a85b4f34b5dc53c2d4620aae4a48
3
+ metadata.gz: 31adf3782eb93aa53952efc122f16e8d5f656de3
4
+ data.tar.gz: 851cf4f986efc6174aea474ed8ebb16374f4e2a7
5
5
  SHA512:
6
- metadata.gz: 2135caad92a42b5e0beaea8a0026dc1bf0b51e5c28b4c4cc801bd940565208354c3de97e843322199694cad430bdbfab20d540423ee153344df86acc35adb67f
7
- data.tar.gz: bd709b5934f3ff850629ce4882e53d6d0636bae24ef5ee7dcbeb7ee177fe1e1cbd22a41dccf6e740506ab9c35238d5a6f83af9e0dacee5e0736a0c44986c28c4
6
+ metadata.gz: a6364e17697ab954a7ffd2651ae33ceaf7a0dbb182ad1d67a29e5f1c5c942bc7f1ddcb3d3bd871305ec80e66cecb662c5de6e344fb814411566c919d063b8b55
7
+ data.tar.gz: 64a10bdbbe7a31df6f7b8672b962241341662fac4220d109586dec8e90883e2354eda9c4d67adddfd1d2fc4473c4831e9538cd8689214d4d739bc703d4b95078
@@ -348,7 +348,7 @@ var initThinMan = function() {
348
348
  }
349
349
  } else if (jqXHR.status == 500) {
350
350
  if (this.sendHelpLink()) {
351
- if (window.confirm('There was an error communicating with the server. Please click "ok" to submit a bug report. Cancel will return the current page')) { window.open(this.buildHelpLink(), '_blank') };
351
+ if (window.confirm('There was an error communicating with the server. Please click "ok" to submit a bug report. If a new tab does not open, please disable pop up blocking and try again. Clicking "Cancel" will return you to the current page.')) { window.open(this.buildHelpLink(), '_blank') };
352
352
  } else {
353
353
  window.alert('There was an error communicating with the server.')
354
354
  }
@@ -1,3 +1,3 @@
1
1
  module ThinMan
2
- VERSION = "0.19.11"
2
+ VERSION = "0.19.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thin_man
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.11
4
+ version: 0.19.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut, Adam Bialek