pixl-xyapp 2.1.28 → 2.1.29

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/tools.js +1 -0
  2. package/package.json +1 -1
package/js/tools.js CHANGED
@@ -330,6 +330,7 @@ function render_menu_options(items, sel_values, auto_add) {
330
330
 
331
331
  if (!sel_values) sel_values = [];
332
332
  if (!Array.isArray(sel_values)) sel_values = [sel_values];
333
+ sel_values = sel_values.map( String );
333
334
 
334
335
  for (var idx = 0, len = items.length; idx < len; idx++) {
335
336
  var item = items[idx];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixl-xyapp",
3
- "version": "2.1.28",
3
+ "version": "2.1.29",
4
4
  "description": "Front-end web application and theme for xyOps.",
5
5
  "author": "Joseph Huckaby <jhuckaby@pixlcore.com>",
6
6
  "homepage": "https://github.com/pixlcore/pixl-xyapp",