jqajax_core2 0.0.81 → 0.0.82

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: c85b0bac54c45a89c23afdf274c4a394f7166fa3
4
- data.tar.gz: 06ad4ba0ebf8913372cde586075f302b98c54b92
3
+ metadata.gz: 6a9e1c3e202a8eb49f1f7c9a47b3e36aa411631d
4
+ data.tar.gz: 250779e44b32e96c3aa596708b1ef92971bdd4b5
5
5
  SHA512:
6
- metadata.gz: 578e43be907c9039b8f604f76156f5c915cc848fec44250d87a8b971074662bae1b1eb8f1752bbd5128f120ca5573a00b822880c24a2d955f2426b136ac619f6
7
- data.tar.gz: 23b469eb66a26d5f1c1c279839c8015d0e508153ad9fc94c744ccf7db52282184b20b1d8bb8dd8842f640dececed91ffc4a6b768a3e022218ef2667e6953fa5d
6
+ metadata.gz: 6fb3c3bbf03e8a5234144205552d9c5f2cfb00d3718dbb66b52632efd5e8c6893d1fa6e1300cac1ab16d45a8f834b15ec1d2637a57c6c6c3d153665fd874804a
7
+ data.tar.gz: fa80685882203e714f5559de24a1aeb7f8f0dcad239207723785bd5598ed2a686348164272da7c1b84bdfbd581eb69a20ca7162a29274f4cfceef8bc14d08867
@@ -1,3 +1,4 @@
1
+ window.JqAjaxCore2= {} if typeof(window.JqAjaxCore2) is 'undefined'
1
2
  window.JqAjaxCore2.Helpers =
2
3
 
3
4
  linkOptionsFromElement: (item) =>
@@ -1,3 +1,4 @@
1
+ window.JqAjaxCore2= {} if typeof(window.JqAjaxCore2) is 'undefined'
1
2
  window.JqAjaxCore2.Loading =
2
3
  <% actionview = ActionView::Base.new %>
3
4
  <% actionview.view_paths += [File.expand_path("../../../../views", __FILE__)] %>
@@ -1,3 +1,4 @@
1
+ window.JqAjaxCore2= {} if typeof(window.JqAjaxCore2) is 'undefined'
1
2
  window.JqAjaxCore2.Modal =
2
3
 
3
4
  # Init position of overlay Modal
@@ -1,3 +1,4 @@
1
+ window.JqAjaxCore2= {} if typeof(window.JqAjaxCore2) is 'undefined'
1
2
  window.JqAjaxCore2.Validation =
2
3
 
3
4
  <% JqajaxCore2::Validations.settings.each do |name, settings| %>
@@ -1,3 +1,4 @@
1
+ window.JqAjaxCore2= {} if typeof(window.JqAjaxCore2) is 'undefined'
1
2
  window.JqAjaxCore2.Widgets =
2
3
  initSlidedownBoxes: ->
3
4
  boxes = $(".js-slide-down-box.plain")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jqajax_core2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.81
4
+ version: 0.0.82
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Eck