diff --git a/static/resultpage/index.html b/static/resultpage/index.html index 58fc4ca..49b975f 100644 --- a/static/resultpage/index.html +++ b/static/resultpage/index.html @@ -23,7 +23,7 @@ - + diff --git a/static/resultpage/main.js b/static/resultpage/main.js index fcad63a..8a55063 100644 --- a/static/resultpage/main.js +++ b/static/resultpage/main.js @@ -5,6 +5,11 @@ app = new Vue({ resultsFound: false, showProgress: false, progress: 0 + }, + methods: { + urlEncode: function (input) { + return encodeURIComponent(input) + } } })