kuppayam 0.1.1 → 0.1.2

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: 226b20bec299245b0c8f99d93a0af90a10cae6fc
4
- data.tar.gz: 95ce7b1401fe1cd1b4f65257cb4d00b19a9fe847
3
+ metadata.gz: 915a72a8d20d359ccb96fa549449dd0164dd0b76
4
+ data.tar.gz: 6c35a1a8b2f432c93605739995434b9bf7d89a96
5
5
  SHA512:
6
- metadata.gz: ed223ebb3475a8e2622fbea00a77c3c7305c82a9f7ffc5c06770ff9140df32fd3852eb5cbab797ee228274c8d893133cf13bdf04a76e6921a03c7ff8cc453a9a
7
- data.tar.gz: 133d8d7ebabd51088953c0d87eb7d7d68b5c830b768b1efa5fce86b61e1f52ebeaeeedc145ed6e2bfebec606e468b200c9f26fbde4a31dad0f0b0de30c9e995a
6
+ metadata.gz: fd4ecb75ad3db354d5f3dc2861e4e76fcc52f7c8d781b3938e462c68f2713a37555aa8a911653e9ac8b13444a44b20df7a55602eab6574a74af20a5d0935e744
7
+ data.tar.gz: c09f8e6575a45fefa23a5811f88093e599105d3cd9a5ed077d07f930125b5763a6a034aecfa3457e3c0afce6bceb0659832bd0e40c4a3df4d2f3ebbc1b5ba826
@@ -16,7 +16,7 @@ var messageModalId = "div_modal_message";
16
16
 
17
17
  // Call this function by passing model Id, heading and a bodyContent.
18
18
  // it will pop up bootstrap 3 modal.
19
- function showGenericModal(heading, bodyContent, showHeading=true){
19
+ function showGenericModal(heading, bodyContent, showHeading){
20
20
  $('#' + genericModalId + ' .modal-header .modal-title').text(heading);
21
21
  $('#' + genericModalId + ' div.modal-body-main').html(bodyContent);
22
22
  $('#' + genericModalId).modal({show: true, backdrop: 'static', keyboard: false});
@@ -36,7 +36,7 @@ function showGenericModal(heading, bodyContent, showHeading=true){
36
36
 
37
37
  // Call this function by passing model Id, heading and a bodyContent.
38
38
  // it will pop up bootstrap 3 modal.
39
- function showLargeModal(heading, bodyContent, showHeading=true){
39
+ function showLargeModal(heading, bodyContent, showHeading){
40
40
  $('#' + largeModalId + ' .modal-header .modal-title').text(heading);
41
41
  $('#' + largeModalId + ' div.modal-body-main').html(bodyContent);
42
42
  $('#' + largeModalId).modal({show: true, backdrop: 'static', keyboard: false});
@@ -159,15 +159,3 @@ function notifyInfo(title, message){
159
159
 
160
160
  toastr.info(message, title, opts);
161
161
  }
162
-
163
-
164
-
165
- // function initPopovers(){
166
- // $('[data-toggle="popover"]').popover()
167
- // }
168
- // initPopovers();
169
-
170
- // function initTooltip(){
171
- // $('[data-toggle="tooltip"]').tooltip()
172
- // }
173
- // initTooltip();
@@ -1,3 +1,3 @@
1
1
  module Kuppayam
2
- VERSION = '0.1.1'
2
+ VERSION = '0.1.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kuppayam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kpvarma