UNPKG

insight-ui-btcnano

Version:

An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the btcnano network and build your own services with it.

24 lines (18 loc) 356 B
define( [ "../ajax" ], function( jQuery ) { "use strict"; jQuery._evalUrl = function( url ) { return jQuery.ajax( { url: url, // Make this explicit, since user can override this through ajaxSetup (#11264) type: "GET", dataType: "script", cache: true, async: false, global: false, "throws": true } ); }; return jQuery._evalUrl; } );