Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Feb 1, 2025
2 parents b48ec87 + 45ad0d0 commit dfd3d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demos/demo-SpOTy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ <h5 class="modal-title" id="jsonModelLabel" data-i18n="import.modal.title"></h5>
window.callbackQueryPod = async function (sparql, session) {
console.log('callback launched') ;

let podurl = window.podConnectComponent.source ;
let podurl = window.podConnectComponent.allSources ;
if (podurl == '') {
alert("Please enter source url") ;
return await window.errorCollbackQueryPod('No source url defined') ;
Expand Down
2 changes: 1 addition & 1 deletion demos/demo-SpOTy/spoty-1.js

Large diffs are not rendered by default.

0 comments on commit dfd3d10

Please sign in to comment.