Skip to content

Commit

Permalink
Patched sqli/static/js/materialize.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patched.codes[bot] committed May 7, 2024
1 parent 67335a5 commit 79ec764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqli/static/js/materialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ jQuery.Velocity ? console.log("Velocity is already loaded. You may be needlessly
} else if ("reverse" === A) {
if (!i(o).tweensContainer) return void f.dequeue(o, s.queue);"none" === i(o).opts.display && (i(o).opts.display = "auto"), "hidden" === i(o).opts.visibility && (i(o).opts.visibility = "visible"), i(o).opts.loop = !1, i(o).opts.begin = null, i(o).opts.complete = null, v.easing || delete s.easing, v.duration || delete s.duration, s = f.extend({}, i(o).opts, s);var E = f.extend(!0, {}, i(o).tweensContainer);for (var H in E) {
if ("element" !== H) {
var N = E[H].startValue;E[H].startValue = E[H].currentValue = E[H].endValue, E[H].endValue = N, m.isEmptyObject(v) || (E[H].easing = s.easing), b.debug && console.log("reverse tweensContainer (" + H + "): " + JSON.stringify(E[H]), o);
var N = E[H].startValue;E[H].startValue = E[H].currentValue = E[H].endValue, E[H].endValue = N, m.isEmptyObject(v) || (E[H].easing = s.easing), b.debug && console.log("reverse tweensContainer (%s): %j", H, JSON.stringify(E[H], null, 2)), o;
}
}l = E;
} else if ("start" === A) {
Expand Down

0 comments on commit 79ec764

Please sign in to comment.