c80_catoffers 0.1.0.7 → 0.1.0.8

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: 4a2643479be4941c3d1c6609d7613c74f0987450
4
- data.tar.gz: 059b00c474a704ae873480cc4396026414929577
3
+ metadata.gz: 0072243059f32cd43d813c445e4feeaa7ae841f9
4
+ data.tar.gz: b328b3bb3e2a4a11947babcb2859e221624728da
5
5
  SHA512:
6
- metadata.gz: 084fdf7c4f60f35c5658017f46f5e491e39c45f6eb973edd8fed0c214b821a4c3fc13b1fd0a66dc77fc356f6f055736b267cb3d65d2322db2b7d85b99018a71c
7
- data.tar.gz: f387c2581a2acf9e7fe61b169e93144b9818a10259b40634802df87ecc0dd7760b73096bc24a547a769a1617b3c67a7bd5eecf956a2c2c47194b15a7a595419b
6
+ metadata.gz: e2176c4230dd54fe954fb529aa66ed3a523450261e14067f712573b3ba16aa28bfdf8afd12bff9ed71c4d62b83fc86febcb2373513dfceac5b1599efc866f61b
7
+ data.tar.gz: 16ae23a9eb5b493cfb77a3ff44d5bf29d1c41fddf69b455ac823ed433e4a4bd6ef843ab841285460649e024d934d82f228e4a501a30f70a44aceef4fe84f8631
@@ -0,0 +1,10 @@
1
+ $(document).ready(function() {
2
+ var $cs_widget = $('.csamples_widget');
3
+ //console.log('<breakpoint>');
4
+ if ($cs_widget.length > 0) {
5
+ var $links = $cs_widget.find('a.lazy-image-wrapper');
6
+ $links.on('click', function (e) {
7
+ e.preventDefault();
8
+ })
9
+ }
10
+ });
@@ -15,7 +15,7 @@
15
15
  <%= render_image_link_lazy({
16
16
  :alt_image => csample.title,
17
17
  :image => csample.csphoto,
18
- :a_href => '',
18
+ :a_href => '#',
19
19
  :a_class => '',
20
20
  :a_css_style => aux_css[:a_lazy_wrapper],
21
21
  :a_rel => 'nofollow'
@@ -1,3 +1,3 @@
1
1
  module C80Catoffers
2
- VERSION = '0.1.0.7'
2
+ VERSION = '0.1.0.8'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c80_catoffers
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.7
4
+ version: 0.1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A
@@ -72,6 +72,7 @@ files:
72
72
  - app/admin/c80_catoffers/prices.rb
73
73
  - app/admin/c80_catoffers/props.rb
74
74
  - app/assets/javascripts/c80_catoffers.js.coffee
75
+ - app/assets/javascripts/c80_catoffers/csamples_widget_csphoto_link_prevent_default_click.js
75
76
  - app/assets/javascripts/c80_catoffers/offer_full_desc.js
76
77
  - app/assets/javascripts/c80_catoffers/offers_ajax.js
77
78
  - app/assets/stylesheets/c80_catoffers.scss