accurator/commit

Log removal and lang label corrected.

authorChris Dijkshoorn
Tue Apr 19 20:56:44 2016 +0200
committerChris Dijkshoorn
Tue Apr 19 20:56:44 2016 +0200
commit6f0afb3b7c1ce42d05e8ed83a4e8893c3c058d89
tree874a52b2f45332af04aa2e76e53a4ffe995a8d17
parentb9ed77cb46471921c27ee41fd225da724bf339e8
Diff style: patch stat
diff --git a/lib/accurator/subset_selection.pl b/lib/accurator/subset_selection.pl
index 28c7932..f0c6787 100644
--- a/lib/accurator/subset_selection.pl
+++ b/lib/accurator/subset_selection.pl
@@ -7,8 +7,7 @@
 							 target_annotation/3,
 							 target_ubvu_pages/2,
 							 target_description_scanner/0,
-							 target_title_scanner/0,
-							 target_bible_pages/0]).
+							 target_title_scanner/0]).
 
 /** <module> Subset selection for annotation
 */
diff --git a/rdf/ui/labels_nl.ttl b/rdf/ui/labels_nl.ttl
index 2713e90..54a0148 100644
--- a/rdf/ui/labels_nl.ttl
+++ b/rdf/ui/labels_nl.ttl
@@ -97,7 +97,7 @@ aui:results a auis:UI ;
 	aui:resultsHdrRandomResults "Willekeurige resultaten"@nl ;
 	aui:resultsTxtNoResults "Geen resultaten gevonden voor "@nl ;
 	aui:resultsTxtError "Helaas, er is iets fout gegaan"@nl ;
-	aui:resultsBtnChooseSubDomain "Kies subdomein"@en ;
+	aui:resultsBtnChooseSubDomain "Kies subdomein"@nl ;
 	aui:resultsBtnChangeSubDomain "Verander subdomein"@nl ;
 	aui:resultsBtnChangeExpertise "Verander expertise niveaus"@nl ;
 	aui:resultsLblCluster "Cluster weergave"@nl ;
diff --git a/web/js/profile.js b/web/js/profile.js
index cbe0281..a2e326e 100644
--- a/web/js/profile.js
+++ b/web/js/profile.js
@@ -99,7 +99,6 @@ function initLabels(labelData, realName) {
 }
 
 function addDomainTitle(domainData, locale, labels) {
-	console.log(labels);
 	// add the title of the current domain to the profile page
 	getLabels(locale, domainData.hasLabel)
 	.then(function(data){
diff --git a/web/js/results.js b/web/js/results.js
index 259f5f4..4715027 100644
--- a/web/js/results.js
+++ b/web/js/results.js
@@ -416,7 +416,6 @@ function setLayoutButtons(results, labels) {
 
 // Add the buttons and the click functionality for changing the display
 function domainButton(domainData, labels) {
-	console.log(arguments);
 	if (domainData.subDomains) {
 		// show option to select more specific subdomain
 		addDomainButton(labels.resultsBtnChooseSubDomain);