Skip to content

Commit

Permalink
Fixed issue #12846: Cannot edit Menu configuration or entries
Browse files Browse the repository at this point in the history
  • Loading branch information
lacrioque committed Nov 3, 2017
1 parent 4306235 commit 1670b84
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions assets/packages/surveymenufunctions/README.md
@@ -0,0 +1,13 @@
# Survey menu functions

If you change something on the file just run

`npm run compile`

in the folder.

If you get any errors, please run

`npm i`

and then try again.
14 changes: 14 additions & 0 deletions assets/packages/surveymenufunctions/package.json
@@ -0,0 +1,14 @@
{
"name": "surveymenufunctions",
"version": "1.0.0",
"description": "",
"main": "surveymenufunctionswrapper.js",
"scripts": {
"compile": "uglify -s ./surveymenufunctionswrapper.js -o surveymenufunctionswrapper.min.js"
},
"author": "Markus Flür <markus.fluer@limesurvey.org>",
"license": "GPL2.0",
"devDependencies": {
"uglify-js": "^3.1.6"
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1670b84

Please sign in to comment.