test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af in controller_scaffolding-1.3.0 vs test/dummy/tmp/cache/assets/test/sprockets/2f5173deea6c795b8fdde723bb4b63af in controller_scaffolding-1.4.0
- old
+ new
@@ -1,9 +1,8 @@
{I"
class:ETI"BundledAsset; FI"logical_path; TI"application.js; TI"
pathname; TI"0$root/app/assets/javascripts/application.js; FI"content_type; TI"application/javascript; TI"
-mtime; Tl+
-ý>TI"length; Ti0I"digest; TI"%867132666d577aac473122eb83a3efac; FI"source; TI"0/*!
+mtime; Tl+ɼETI"length; Ti0I"digest; TI"%c25cc54f22c45122b705ddef7903bce9; FI"source; TI"0/*!
* jQuery JavaScript Library v1.11.1
* http://jquery.com/
*
* Includes Sizzle.js
* http://sizzlejs.com/
@@ -10754,10 +10753,32 @@
rails.refreshCSRFTokens();
});
}
})( jQuery );
+function set_per_page(sel) {
+ url = updateQueryStringParameter($(location).attr('href'), "per_page", $(sel).val())
+ window.location = updateQueryStringParameter(url, "page", "1")
+}
+
+function updateQueryStringParameter(uri, key, value) {
+ var re = new RegExp("([?&])" + key + "=.*?(&|$)", "i");
+ var separator = uri.indexOf('?') !== -1 ? "&" : "?";
+ if (uri.match(re)) {
+ return uri.replace(re, '$1' + key + "=" + value + '$2');
+ }
+ else {
+ return uri + separator + key + "=" + value;
+ }
+}
+;
+function clear_search() {
+ frm = $("#search-form");
+ $(frm).find("input#search_for").val("");
+ $(frm).submit();
+}
+;
/*! jQuery UI - v1.11.1 - 2014-08-28
* http://jqueryui.com
* Includes: core.js, widget.js, mouse.js, datepicker.js, slider.js
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
@@ -13026,32 +13047,10 @@
}).call(this);
-function set_per_page(sel) {
- url = updateQueryStringParameter($(location).attr('href'), "per_page", $(sel).val())
- window.location = updateQueryStringParameter(url, "page", "1")
-}
-
-function updateQueryStringParameter(uri, key, value) {
- var re = new RegExp("([?&])" + key + "=.*?(&|$)", "i");
- var separator = uri.indexOf('?') !== -1 ? "&" : "?";
- if (uri.match(re)) {
- return uri.replace(re, '$1' + key + "=" + value + '$2');
- }
- else {
- return uri + separator + key + "=" + value;
- }
-}
-;
-function clear_search() {
- frm = $("#search-form");
- $(frm).find("input#search_for").val("");
- $(frm).submit();
-}
-;
// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path.
@@ -13065,6 +13064,6 @@
;
-; TI"required_assets_digest; TI"%200f7e5673df1294b73daec33ec15662; FI"
_version; TI"%64b22cf9f770209c1e0beb31754a8cbc; F
+; TI"required_assets_digest; TI"%4736705af9cd791f933277a1de5addb4; FI"
_version; TI"%64b22cf9f770209c1e0beb31754a8cbc; F
\ No newline at end of file