plxdcma_rendericon_videocards 1.0.1 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/js.js +3 -4
  2. package/package.json +1 -1
package/js.js CHANGED
@@ -73,14 +73,13 @@ function videocardicon(data,isediting,section){
73
73
  if(m.id != dmd){
74
74
  continue
75
75
  }
76
- console.log(`M URL`)
77
- console.log(m)
78
76
  if(m.httplink != null){
79
77
  url=m.httplink
80
78
  }
81
79
  }
82
- console.log(`Mediare`)
83
- console.log(MediaResources)
80
+ }
81
+ if(data.httplink != null){
82
+ url=data.httplink
84
83
  }
85
84
  var t=data.titulo
86
85
  if(isediting && t == null){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plxdcma_rendericon_videocards",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "main": "init.js",
5
5
  "author": "Pedro Alejandro Mir",
6
6
  "license": "MIT"