All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.indexmanager.js Maven / Gradle / Ivy

The newest version!
(function($, molgenis) {
	"use strict";
	
	$(function() {
		$('#reindex-form').submit(function(e) {
			e.preventDefault();
			$.ajax({
				type : $(this).attr('method'),
				url : $(this).attr('action'),
				data : $(this).serialize(),
				success : function(data) {
					molgenis.createAlert([{'message': 'Reindexing completed.'}], 'success');
				}
			});
		});
	});
}($, window.top.molgenis = window.top.molgenis || {}));




© 2015 - 2025 Weber Informatics LLC | Privacy Policy