jquery_cheats 4.0.1 → 4.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,8 @@ $(document).ready(function(){
58
58
  //functions specific to barchart
59
59
  function updateCharts()
60
60
  {
61
- $("div.barchart:empty").each(function(){
61
+ $("div.barchart:not([data-barchartloaded])").each(function(){
62
+ $(this).attr("data-barchartloaded","1");
62
63
  barChart($(this).attr("id"),$(this).attr("data-xmlurl"));
63
64
  })
64
65
  }
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "jquery_cheats"
5
- s.version = "4.0.1"
5
+ s.version = "4.0.2"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Travis Pessettto"]
9
- s.date = "2012-06-25"
9
+ s.date = "2012-06-26"
10
10
  s.description = "JQuery, JQPlot graphing, and other useful items for jquery."
11
11
  s.email = "travis@pessetto.com"
12
12
  s.extra_rdoc_files = ["README.md", "lib/jquery_cheats.rb"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery_cheats
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.1
4
+ version: 4.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-25 00:00:00.000000000 Z
12
+ date: 2012-06-26 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: JQuery, JQPlot graphing, and other useful items for jquery.
15
15
  email: travis@pessetto.com