Commit 141db494a72ce2b14a2ece7ed0215338d81aa618
1 parent
990613ce
plugin update
Showing
1 changed file
with
1 additions
and
1 deletions
datalets/base-datalet/base-datalet.html
... | ... | @@ -326,7 +326,7 @@ Example : |
326 | 326 | '\<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.4.min.js"\>\<\/script\>\n' + |
327 | 327 | '<!-- REMOVE THE PREVIOUS SCRIPT TAGS IF YOUR PAGE ALREADY USES JQUERY AND POLYFILL LIBRARIES -->\n'; |
328 | 328 | |
329 | - var dataletLink = '<link rel="import" href="http://deep.routetopa.eu/COMPONENTS/datalets/'+parent.is+'/'+parent.is+'.html" /> \n'; | |
329 | + var dataletLink = '<link rel="import" href="http://deep.routetopa.eu/deep_1_7/datalets/'+parent.is+'/'+parent.is+'.html" /> \n'; | |
330 | 330 | |
331 | 331 | window.prompt("Copy to clipboard: Ctrl+C, Enter", dataletImport+dataletLink+html); |
332 | 332 | }, | ... | ... |