c80_map 0.1.0.16 → 0.1.0.17

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: d22299dc8d3a58ca88d2affdcdb4ae197c0423f5
4
- data.tar.gz: 065d046f0e9b487d05d0d4f121fc4287189b4f6a
3
+ metadata.gz: e660f8858d333765cc2a13e508e61bcec1f61545
4
+ data.tar.gz: 79300da042c74937d1991301a326d26a28ad6531
5
5
  SHA512:
6
- metadata.gz: 940fe038d0f4f86baf1cdb58846ac55d8fdc24e9212ed72b82f49ae6f086af10aa35698e07311f219fe09d9c4afa4635efdc565001c600796aaf9ada077e3539
7
- data.tar.gz: f3c55276a80e32c7463053dba2edcba99f3e3b2856862e7cfd629651c094b2aa1468263941acac1d49fb03391609a8e4fedbea682872d45e706a69e3ed46972b
6
+ metadata.gz: da1b52a6b8a12d2fdad48ccd7e4582d1bca781417ba10a3979fc82fb3a83e956939ed23427752f32bf46fcf00ff55141bc2cceda235028638d344c2b3a1f1c9c
7
+ data.tar.gz: ed0b97ef9231bc4f9cc05c3c7f202cfc8672b15045384348b24473b43b7d39364d247726b1159ab2586154f6c145f64460b9f56dd93c2a872bc744e2ec6e2c2f
@@ -1038,6 +1038,11 @@ var clog = function () {
1038
1038
 
1039
1039
  $building_info.find("#square_free").css('height', '0');
1040
1040
 
1041
+ // заполняем данными ссылку 'Оставить заявку'
1042
+ var $a_make_order = $building_info.find('.c80_order_invoking_btn');
1043
+ $a_make_order.data('comment-text', 'Здравствуйте, оставляю заявку на площадь: ' + area_hash["title"]);
1044
+ $a_make_order.data('subj-id', area_hash["id"]);
1045
+
1041
1046
  };
1042
1047
 
1043
1048
  // перевод экранных координат в логические
@@ -8,7 +8,7 @@
8
8
  line-height: 50px;
9
9
  width: 417px;
10
10
  height: 50px;
11
- z-index: 99999;
11
+ z-index: 5;
12
12
  transition: opacity 0.6s ease-out;
13
13
  -webkit-transition: all 0.6s ease-out;
14
14
  -moz-transition: all 0.6s ease-out;
@@ -1,3 +1,3 @@
1
1
  module C80Map
2
- VERSION = "0.1.0.16"
2
+ VERSION = "0.1.0.17"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: c80_map
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0.16
4
+ version: 0.1.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - C80609A
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-09-13 00:00:00.000000000 Z
11
+ date: 2016-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler