thin_man 0.11.4 → 0.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 806b08d1f176f46b52043780d6673fd8a6f2a644
4
- data.tar.gz: 08858fb27964d6b496e095f5462e22f079377eac
3
+ metadata.gz: 79aeb57ed0d7c6a293bd3c4d355141956a4b04b1
4
+ data.tar.gz: 6add27598620533ed44c5fcc30e0934902bc0be1
5
5
  SHA512:
6
- metadata.gz: c1f733149473923a46bf63415874961e46f7648adb150a2567aba5978c87ceedf3ad8e0f15117d918abfe5e5d9f3a30750e9ffc6d44fb72b6ba83b692b8ab5b3
7
- data.tar.gz: 6ddbf1ba65765379811b916cb64e3d429adb57e312b797d5edba13e932fbee06fb1415e6b95e158ea1cf193eb279127befcf739bb7ea87c15841bb270b998b5a
6
+ metadata.gz: 24a6e650c9f3dec57e9e94f520b7b022530e24d6b7a3ad67a2387c849329bc2bd97147b2536dbfe5c99323d8d3561d9bb2b5086a860070a18aab64d759325050
7
+ data.tar.gz: b4276aefb7112a70263a808ff0aac337f34a40171d856c00a7a16528fade6d2cdb446503ac60c2830513aaa61c63971430927c3db2264c00208c9e3af5bd49dc
@@ -456,7 +456,7 @@ var initThinMan = function(){
456
456
  thin_man.DeleteLink = thin_man.AjaxSubmission.extend({
457
457
  ajaxSuccess: function(data,textStatus,jqXHR){
458
458
  this._super(data,textStatus,jqXHR);
459
- if(this.data('replace-response')){
459
+ if(this.jq_obj.data('replace-response')){
460
460
  this.insertHtml(data);
461
461
  } else {
462
462
  if(this.target){
@@ -1,3 +1,3 @@
1
1
  module ThinMan
2
- VERSION = "0.11.4"
2
+ VERSION = "0.11.5"
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.11.4
4
+ version: 0.11.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut, Adam Bialek