From aed1ccac95072ef3bacfc2563800db39609bef9d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 Sep 2018 21:47:25 +0200 Subject: Precompile assets and check them into vc. Since we disabled asset compilation in production, we need to precompile them on the development machine. We check the precompiled assets into version control so the will be deployed with the updated code. --- .../serializelist-0ebebab4562223d3f0db7954f7406910.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 public/assets/refinery/serializelist-0ebebab4562223d3f0db7954f7406910.js (limited to 'public/assets/refinery/serializelist-0ebebab4562223d3f0db7954f7406910.js') diff --git a/public/assets/refinery/serializelist-0ebebab4562223d3f0db7954f7406910.js b/public/assets/refinery/serializelist-0ebebab4562223d3f0db7954f7406910.js new file mode 100644 index 0000000..c2043e3 --- /dev/null +++ b/public/assets/refinery/serializelist-0ebebab4562223d3f0db7954f7406910.js @@ -0,0 +1,15 @@ +/** + * jQuery Serialize List + * Copyright (c) 2009 Mike Botsko, Botsko.net LLC + * Licensed under the MIT (http://www.opensource.org/licenses/mit-license.php) + * Copyright notice and license must remain intact for legal use + * Version .2 + * + * Serialize an unordered or ordered list item. Optional ability + * to determine which attributes are included. The serialization + * will be read by PHP as a multidimensional array which you may + * use for saving state. + * + * http://github.com/botskonet/jquery.serialize-list + */ +!function(h){h.fn.serializelist=function(e){var i,r,a,t={attributes:["id"],allow_nest:!0,prepend:"ul",att_regex:!1,is_child:!1},l=h.extend(t,e),s=l.attributes,c="",d=function(e,t){if(!l.att_regex)return t;for(r in l.att_regex)if(l.att_regex[r].att===e)return t.replace(l.att_regex[r].regex,"")};return l.is_child||(l.prepend="&"+l.prepend),this.each(function(n,e){h(e).children().each(function(e,t){if(l.allow_nest||1