File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " CompHoundWeb" ,
3- "version" : " 0.0.26 " ,
3+ "version" : " 0.0.27 " ,
44 "description" : " Cloud-based universal component and asset usage analysis, report and visualisation" ,
55 "main" : " server.js" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11// Change the token and urn (translated file location) before running.
22
3- //var token = " TB4KC708xPeHYKxDBerbc850MOsS" ;
3+ //var token = ' TB4KC708xPeHYKxDBerbc850MOsS' ;
44
5- var lmvAuthToken = new LmvAuthToken ( " PROD" ) ;
5+ var lmvAuthToken = new LmvAuthToken ( ' PROD' ) ;
66
7- var urn = "dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6Y29tcGhvdW5kLWJ1Y2tldC9saXR0bGVfaG91c2VfMjAxNi5ydnQ" ;
7+ var urn_little_house = 'dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6Y29tcGhvdW5kLWJ1Y2tldC9saXR0bGVfaG91c2VfMjAxNi5ydnQ' ;
8+ var urn_rst_advanced_sample_project = 'dXJuOmFkc2sub2JqZWN0czpvcy5vYmplY3Q6Y29tcGhvdW5kLWJ1Y2tldC9yc3RfYWR2YW5jZWRfc2FtcGxlX3Byb2plY3QucnZ0' ;
9+ var urn = urn_rst_advanced_sample_project ;
810
911function getToken ( ) {
1012 //return token;
@@ -24,7 +26,7 @@ function lmv_loadDocument(viewer, documentId) {
2426 }
2527 } ,
2628 function ( errorMsg ) { // onErrorCallback
27- alert ( " Load Error: " + errorMsg ) ;
29+ alert ( ' Load Error: ' + errorMsg ) ;
2830 } ) ;
2931}
3032
You can’t perform that action at this time.
0 commit comments