diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2014-09-01 10:03:04 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2014-09-01 10:03:04 -0400 |
commit | f0614b4015a51734bf407f05e043d23cee7a5cfa (patch) | |
tree | 80bc8765b0462bf3d7ca13df7f12b4c0bd226455 /dist/jquery-impromptu.js | |
parent | c5b575051834372bd33840f7058bda668833330a (diff) | |
download | jQuery-Impromptu-f0614b4015a51734bf407f05e043d23cee7a5cfa.zip jQuery-Impromptu-f0614b4015a51734bf407f05e043d23cee7a5cfa.tar.gz jQuery-Impromptu-f0614b4015a51734bf407f05e043d23cee7a5cfa.tar.bz2 |
New Versionv5.2.5
Diffstat (limited to 'dist/jquery-impromptu.js')
-rw-r--r-- | dist/jquery-impromptu.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dist/jquery-impromptu.js b/dist/jquery-impromptu.js index 66c7328..5f243ce 100644 --- a/dist/jquery-impromptu.js +++ b/dist/jquery-impromptu.js @@ -1,4 +1,4 @@ -/*! jQuery-Impromptu - v5.2.5 - 2014-05-26 +/*! jQuery-Impromptu - v5.2.5 - 2014-09-01 * http://trentrichardson.com/Impromptu * Copyright (c) 2014 Trent Richardson; Licensed MIT */ (function($) {
@@ -481,6 +481,7 @@ state += '" name="' + opts.prefix + '_' + statename + '_button' + v.title.replace(/[^a-z0-9]+/gi,'') + '" id="' + opts.prefix + '_' + statename + '_button' + v.title.replace(/[^a-z0-9]+/gi,'') + '" value="' + v.value + '">' + v.title + '</button>';
}
+
state += '</div></div>';
$state = $(state);
|