Skip to content
Snippets Groups Projects
Commit 11240c1d authored by Diego Fernando Nieto's avatar Diego Fernando Nieto Committed by Jean-Baptiste Kempf
Browse files

AboutFragment: Enable Javascript in license webview for source browsing

parent 7ee8670b
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,6 @@ class AboutFragment : Fragment() {
"style.innerHTML = window.atob('" + encoded + "');" +
"parent.appendChild(style);" +
"})()")
webView.settings.javaScriptEnabled = false
} catch (e: Exception) {
e.printStackTrace()
}
......@@ -138,7 +137,6 @@ class AboutFragment : Fragment() {
"link.setAttribute('href', newLink);" +
"link.innerText = newLink;" +
"})()")
webView.settings.javaScriptEnabled = false
} catch (e: Exception) {
e.printStackTrace()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment