-
-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adapt error message to acknowledge other error possibilities than not…
… enough linked resources
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -114,8 +114,8 @@ | |
$(".waiting-description").hide(); | ||
$(".waiting-title").html('Creating an overview for <span class="project_name">' + window.dataParamsForOpening.acronymtitle + '</span> failed.'); | ||
$("#progress").html( | ||
`Sorry! We could not create your map, because the project does not have enough resources linked to it. \n\ | ||
You can link further resources to this project on the OpenAIRE website. Use the button indicated in the exemplary screenshot to do so. \n\ | ||
`Sorry! We could not create your map, most likely because the project does not have enough resources linked to it. \n\ | ||
You can link further resources to this project on the OpenAIRE website. Use the button indicated in the exemplary screenshot to do so. <br><br>If you think that there is something wrong with our site, please let us know at <a href="mailto:[email protected]">[email protected]</a>. \n\ | ||
<p><a href="https://www.openaire.eu/search/project?projectId=` + window.dataParamsForOpening.obj_id + `" target="_blank"><img src="viper-project-screenshot.png" class="error-building-map-image"></a>\n\ | ||
<p class="error-building-map-button"><a class="newsletter2" href="https://www.openaire.eu/search/project?projectId=` + window.dataParamsForOpening.obj_id + `" target="_blank">Go to the OpenAIRE project website</a></p>` | ||
); | ||
|