Skip to content
Snippets Groups Projects
Commit 9fd4e3d1 authored by Saurabh Kumar's avatar Saurabh Kumar
Browse files

Serve ‘symbol-es6.min.js’ locally

    
Original: https://cdn.jsdelivr.net/npm/symbol-es6@0.1.2/symbol-es6.min.js
New: <script src="{% static 'js/apply/symbol-es6.min.js' %}"></script>
parent 7a6a9082
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/3.4.1/jquery.fancybox.min.js"></script>
<script src="{% static 'js/apply/fancybox-global.js' %}"></script>
<script src="{% static 'js/apply/all-submissions-table.js' %}"></script>
<script src="https://cdn.jsdelivr.net/npm/symbol-es6@0.1.2/symbol-es6.min.js"></script>
<script src="{% static 'js/apply/symbol-es6.min.js' %}"></script>
<script src="{% static 'js/apply/url-search-params.js' %}"></script>
<script src="{% static 'js/apply/submission-filters.js' %}"></script>
<script src="{% static 'js/apply/submission-tooltips.js' %}"></script>
......
......@@ -28,8 +28,8 @@
<script src="//cdnjs.cloudflare.com/ajax/libs/fancybox/3.4.1/jquery.fancybox.min.js"></script>
<script src="{% static 'js/apply/fancybox-global.js' %}"></script>
<script src="{% static 'js/apply/all-submissions-table.js' %}"></script>
<script src="https://cdn.jsdelivr.net/npm/symbol-es6@0.1.2/symbol-es6.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/url-search-params/1.1.0/url-search-params.js"></script>
<script src="{% static 'js/apply/symbol-es6.min.js' %}"></script>
<script src="{% static 'js/apply/url-search-params.js' %}"></script>
<script src="{% static 'js/apply/submission-filters.js' %}"></script>
<script src="{% static 'js/apply/submission-tooltips.js' %}"></script>
<script src="{% static 'js/apply/tabs.js' %}"></script>
......
......@@ -78,7 +78,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.4.1/jquery.fancybox.min.js"></script>
<script src="{% static 'js/apply/fancybox-global.js' %}"></script>
<script src="{% static 'js/apply/all-submissions-table.js' %}"></script>
<script src="https://cdn.jsdelivr.net/npm/symbol-es6@0.1.2/symbol-es6.min.js"></script>
<script src="{% static 'js/apply/symbol-es6.min.js' %}"></script>
<script src="{% static 'js/apply/url-search-params.js' %}"></script>
<script src="{% static 'js/apply/submission-filters.js' %}"></script>
<script src="{% static 'js/apply/submission-tooltips.js' %}"></script>
......
......@@ -22,7 +22,7 @@
<script src="{% static 'js/apply/fancybox-global.js' %}"></script>
<script src="{% static 'js/public/all-investments-table.js' %}"></script>
<script src="{% static 'js/public/investment-tooltips.js' %}"></script>
<script src="https://cdn.jsdelivr.net/npm/symbol-es6@0.1.2/symbol-es6.min.js"></script>
<script src="{% static 'js/apply/symbol-es6.min.js' %}"></script>
<script src="{% static 'js/apply/url-search-params.js' %}"></script>
<script src="{% static 'js/public/investment-filters.js' %}"></script>
{% endblock %}
/**
* Minified by jsDelivr using UglifyJS v3.3.27.
* Original file: /npm/symbol-es6@0.1.2/symbol-es6.js
*
* Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
*/
!function(t,e){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e(t):e(t)}("undefined"!=typeof window?window:global,function(t){"use strict";var e=Object.defineProperty,r=Object.defineProperties,n=0,o=[],i=Array.prototype.slice,l="object"==typeof t.ES6?t.ES6:t.ES6={},a=Array.isArray,u=Object.prototype.toString,f=Array.prototype.push,c=function(){},p=function(t){return t},s=function(t){return"function"==typeof t},y=function(){},h=function(t,e){this._array=t,this._flag=e,this._nextIndex=0},g=function(t,e){this._string=t,this._flag=e,this._nextIndex=0},b=function(t){return null!==t&&("object"==typeof t||"function"==typeof t)},d=function(t,e){return r(t,{_description:{value:e},_isSymbol:{value:!0},_id:{value:n++}}),t},v=function(t,e){if("number"==typeof t.length&&0<=t.length&&"number"==typeof e.length&&0<=e.length){var r=Math.floor(t.length),n=Math.floor(e.length),o=0;for(t.length=r+n;o<n;++o)e.hasOwnProperty(o)&&(t[r+o]=e[o])}},w=function(t,e){if("function"!=typeof t||"function"!=typeof e)throw new TypeError("Child and Parent must be function type");t.prototype=Object.create(e.prototype),t.prototype.constructor=t},_=function t(e){if(e=void 0===e?"":String(e),this instanceof t)throw new TypeError("Symbol is not a constructor");return d(Object.create(t.prototype),e)};r(_,{for:{value:function(t){t=String(t);for(var e,r=o.length,n=0;n<r;++n)if((e=o[n]).key===t)return e.symbol;return e={key:t,symbol:_(t)},o.push(e),e.symbol},writable:!0,configurable:!0},keyFor:{value:function(t){if(!l.isSymbol(t))throw new TypeError(String(t)+" is not a symbol");for(var e,r=o.length,n=0;n<r;++n)if((e=o[n]).symbol===t)return e.key},writable:!0,configurable:!0},hasInstance:{value:_("Symbol.hasInstance")},isConcatSpreadable:{value:_("Symbol.isConcatSpreadable")},iterator:{value:_("Symbol.iterator")},toStringTag:{value:_("Symbol.toStringTag")}}),_.prototype.toString=function(){return"@@_____"+this._id+"_____"},_.prototype.valueOf=function(){return this},e(y.prototype,_.iterator.toString(),{value:function(){return this},writable:!0,configurable:!0}),w(h,y),w(g,y),e(h.prototype,_.toStringTag.toString(),{value:"Array Iterator",configurable:!0}),e(g.prototype,_.toStringTag.toString(),{value:"String Iterator",configurable:!0}),h.prototype.next=function(){if(!(this instanceof h))throw new TypeError("Method Array Iterator.prototype.next called on incompatible receiver "+String(this));var t,e=this;return-1===e._nextIndex?{done:!0,value:void 0}:"number"==typeof e._array.length&&0<=e._array.length&&e._nextIndex<Math.floor(e._array.length)?(1===e._flag?t=[e._nextIndex,e._array[e._nextIndex]]:2===e._flag?t=e._array[e._nextIndex]:3===e._flag&&(t=e._nextIndex),e._nextIndex++,{done:!1,value:t}):(e._nextIndex=-1,{done:!0,value:void 0})},g.prototype.next=function(){if(!(this instanceof g))throw new TypeError("Method String Iterator.prototype.next called on incompatible receiver "+String(this));var t,e=this,r=new String(this._string);return-1===e._nextIndex?{done:!0,value:void 0}:e._nextIndex<r.length?(t=r[e._nextIndex],e._nextIndex++,{done:!1,value:t}):(e._nextIndex=-1,{done:!0,value:void 0})};var S=function(t,e){this._target=t,this._values=[],this._thisArg=e};S.prototype.spread=function(){var e=this;return i.call(arguments).forEach(function(t){l.forOf(t,function(t){e._values.push(t)})}),e},S.prototype.add=function(){var e=this;return i.call(arguments).forEach(function(t){e._values.push(t)}),e},S.prototype.call=function(t){if("function"!=typeof this._target)throw new TypeError("Target is not a function");return t=arguments.length<=0?this._thisArg:t,this._target.apply(t,this._values)},S.prototype.new=function(){if("function"!=typeof this._target)throw new TypeError("Target is not a constructor");var t,e;return t=Object.create(this._target.prototype),e=this._target.apply(t,this._values),b(e)?e:t},S.prototype.array=function(){if(!a(this._target))throw new TypeError("Target is not a array");return f.apply(this._target,this._values),this._target};return r(l,{isSymbol:{value:function(t){return t instanceof _&&!0===(e=t)._isSymbol&&"number"==typeof e._id&&"string"==typeof e._description;var e},writable:!0,configurable:!0},instanceOf:{value:function(t,e){if(!b(e))throw new TypeError("Right-hand side of 'instanceof' is not an object");var r=e[_.hasInstance];if(void 0===r)return t instanceof e;if("function"!=typeof r)throw new TypeError(typeof r+" is not a function");return r.call(e,t)},writable:!0,configurable:!0},forOf:{value:function(t,e,r){if(e="function"!=typeof e?c:e,"function"!=typeof t[_.iterator])throw new TypeError("Iterable[Symbol.iterator] is not a function");var n,o=t[_.iterator]();if("function"!=typeof o.next)throw new TypeError(".iterator.next is not a function");for(;;){if(n=o.next(),!b(n))throw new TypeError("Iterator result "+n+" is not an object");if(n.done)break;e.call(r,n.value)}},writable:!0,configurable:!0},spreadOperator:{value:function(t,e){if("function"!=typeof t&&!a(t))throw new TypeError("Spread operator only supports on array and function objects at this moment");return new S(t,e)},writable:!0,configurable:!0}}),e(t,"Symbol",{value:_,writable:!0,configurable:!0}),e(Function.prototype,_.hasInstance.toString(),{value:function(t){return"function"==typeof this&&t instanceof this}}),e(Array.prototype,"concat",{value:function(){if(null==this)throw new TypeError("Array.prototype.concat called on null or undefined");var t=Object(this),e=i.call(arguments),r=[];return e.unshift(t),e.forEach(function(t){b(t)?void 0!==t[_.isConcatSpreadable]?t[_.isConcatSpreadable]?v(r,t):r.push(t):a(t)?v(r,t):r.push(t):r.push(t)}),r},writable:!0,configurable:!0}),e(Object.prototype,"toString",{value:function(){return null==this?u.call(this):"string"==typeof this[_.toStringTag]?"[object "+this[_.toStringTag]+"]":u.call(this)},writable:!0,configurable:!0}),e(Array.prototype,_.iterator.toString(),{value:function(){if(null==this)throw new TypeError("Cannot convert undefined or null to object");var t=Object(this);return new h(t,2)},writable:!0,configurable:!0}),e(Array,"from",{value:function(t,e,r){var n,o,i,a=0;if(n=s(this)?this:Array,null==t)throw new TypeError("Cannot convert undefined or null to object");if(t=Object(t),void 0===e)e=p;else if(!s(e))throw new TypeError(e+" is not a function");if(void 0===t[_.iterator]){if(!("number"==typeof t.length&&0<=t.length))return(i=new n(0)).length=0,i;for(o=Math.floor(t.length),(i=new n(o)).length=o;a<o;++a)i[a]=e.call(r,t[a])}else(i=new n).length=0,l.forOf(t,function(t){i.length++,i[i.length-1]=e.call(r,t)});return i},writable:!0,configurable:!0}),e(Array.prototype,"entries",{value:function(){if(null==this)throw new TypeError("Cannot convert undefined or null to object");var t=Object(this);return new h(t,1)},writable:!0,configurable:!0}),e(Array.prototype,"keys",{value:function(){if(null==this)throw new TypeError("Cannot convert undefined or null to object");var t=Object(this);return new h(t,3)},writable:!0,configurable:!0}),e(String.prototype,_.iterator.toString(),{value:function(){if(null==this)throw new TypeError("String.prototype[Symbol.iterator] called on null or undefined");return new g(String(this),0)},writable:!0,configurable:!0}),l});
//# sourceMappingURL=/sm/294b2ffae120328d905c5636e9a9ba63fae463c63e29c345011b1e42608dbe72.map
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment