From 6fcfb7c04d32e1c8b26a312295bf7ac3ec2d2ad7 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 13 Jul 2018 19:06:45 +0200 Subject: Fixed many permissions and began admin interface --- public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js (limited to 'public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js') diff --git a/public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js b/public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js new file mode 100644 index 0000000..69a9824 --- /dev/null +++ b/public/bower_components/jquery-ui/ui/minified/effect-highlight.min.js @@ -0,0 +1,4 @@ +/*! jQuery UI - v1.11.4 - 2015-03-13 +* http://jqueryui.com +* Copyright jQuery Foundation and other contributors; Licensed MIT */ +(function(t){"function"==typeof define&&define.amd?define(["jquery","./effect"],t):t(jQuery)})(function(t){return t.effects.effect.highlight=function(e,i){var s=t(this),n=["backgroundImage","backgroundColor","opacity"],o=t.effects.setMode(s,e.mode||"show"),a={backgroundColor:s.css("backgroundColor")};"hide"===o&&(a.opacity=0),t.effects.save(s,n),s.show().css({backgroundImage:"none",backgroundColor:e.color||"#ffff99"}).animate(a,{queue:!1,duration:e.duration,easing:e.easing,complete:function(){"hide"===o&&s.hide(),t.effects.restore(s,n),i()}})}}); \ No newline at end of file -- cgit v1.2.3