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

js.sorta-result-anonymous.js Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
(function($, molgenis) {
	"use strict";
	
	var NOT_AVAILABLE = 'N/A';
	var container = null;
	var THRESHOLD = 100;
	
	molgenis.SortaAnonymous = function SortaAnonymous(form_container){
		container = form_container;
	};
	
	molgenis.SortaAnonymous.prototype.renderPage = function(){
		
		container.children('div.row:gt(0)').remove();
		
		var divContainerThreshold = $('
').addClass('row').css('margin-bottom','15px').appendTo(container); $('
').addClass('col-md-offset-3 col-md-4').append('Current threshold : ' + THRESHOLD + '%').css('padding-left','0px').appendTo(divContainerThreshold); var thresholdUpdateButton = $('