Skip to content
Snippets Groups Projects
Commit d64198a8 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Font Awesome war vermutlich falsch eingebunden

Und wurde nicht von allen Browsern angezeigt.
JavaScript Fehler in den Suchfokus Einstellungen behoben.
parent a193ea4d
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
Showing
with 2354 additions and 6 deletions
...@@ -189,7 +189,10 @@ function loadInitialCustomFocuses () { ...@@ -189,7 +189,10 @@ function loadInitialCustomFocuses () {
* Shows the focus create dialog * Shows the focus create dialog
* If an id is given it will try to load a focus for the given id * If an id is given it will try to load a focus for the given id
*/ */
function showFocusCreateDialog (id = '') { function showFocusCreateDialog (id) {
if(id === undefined){
id = '';
}
document.getElementById('original-id').value = id document.getElementById('original-id').value = id
$('#create-focus-modal').modal('show') $('#create-focus-modal').modal('show')
var storedFocus = loadFocusById(id) var storedFocus = loadFocusById(id)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"js/editLanguage.js": "js/editLanguage-1ce447084a.js", "js/editLanguage.js": "js/editLanguage-1ce447084a.js",
"js/kontakt.js": "js/kontakt-9365c46d5a.js", "js/kontakt.js": "js/kontakt-9365c46d5a.js",
"js/scriptResultPage.js": "js/scriptResultPage-c6b34cc3ab.js", "js/scriptResultPage.js": "js/scriptResultPage-c6b34cc3ab.js",
"js/scriptStartPage.js": "js/scriptStartPage-de169dca19.js", "js/scriptStartPage.js": "js/scriptStartPage-5e21fefbc8.js",
"js/settings.js": "js/settings-0af8170dff.js", "js/settings.js": "js/settings-0af8170dff.js",
"js/widgets.js": "js/widgets-40195be855.js" "js/widgets.js": "js/widgets-40195be855.js"
} }
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
I hope you love Font Awesome. If you've found it useful, please do me a favor and check out my latest project,
Fort Awesome (https://fortawesome.com). It makes it easy to put the perfect icons on your website. Choose from our awesome,
comprehensive icon sets or copy and paste your own.
Please. Check it out.
-Dave Gandy
This diff is collapsed.
This diff is collapsed.
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