Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

Missing 'idPrefix' in config.js #36

Closed
Climenty opened this issue Sep 23, 2016 · 0 comments · Fixed by OpenLightingProject/open-fixture-library#1224 · May be fixed by raindigi/docker-swarm-visualizer#2 or sreejith-opsmx/docker-swarm#2

Comments

@Climenty
Copy link

Climenty commented Sep 23, 2016

The 'idPrefix' default option is missing in config.js. And you will get id="undefined<ID>" in result.
Just add one string to easily fix it.

  ...
  classPrefix: false,
  idPrefix: false
};
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.