Revision 26f1983a ui/static/invitations.js

b/ui/static/invitations.js
13 13
;(function($) {
14 14
	$.fn.dynamicField = function(options) {
15 15
		if ( $(this).attr("id") == undefined ) {
16
			alert("The dynamicField plugin could not be initialized.\n\nPlease check the selector.");
16
			throw "The dynamicField plugin could not be initialized.\n\nPlease check the selector.";
17 17
			return $;
18 18
		}
19 19

  

Also available in: Unified diff