diff --git a/js/patents.js b/js/patents.js index 161f4e1..5e61305 100644 --- a/js/patents.js +++ b/js/patents.js @@ -501,7 +501,7 @@ function increase(){ function save(){ console.log('save clicked...'); $('#downloadlink').empty(); - $.get('scaffold.template',function(data){ + $.get('http://data2semantics.github.io/PatViz/scaffold.template',function(data){ var save_page = $('');