We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978cc0c commit ba9f293Copy full SHA for ba9f293
jquery-ui-timepicker-addon.js
@@ -20,6 +20,12 @@
20
21
(function($) {
22
23
+// Prevent "Uncaught RangeError: Maximum call stack size exceeded"
24
+$.ui.timepicker = $.ui.timepicker || {};
25
+if ($.ui.timepicker.version) {
26
+ return;
27
+}
28
+
29
$.extend($.ui, { timepicker: { version: "1.0.0" } });
30
31
/* Time picker manager.
0 commit comments