Created
March 15, 2016 13:58
-
-
Save digitalgeneralist/69b55a8f30a78bb8bb0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(navigator.userAgent.match(/Android/i)){$('#mobile-right-col').addClass('mt45');}else{ | |
$.getScript("sites/all/themes/fragnebenan/js/fileinput.min.js", function(){ | |
console.log('fileinput laden'); | |
$.getScript("sites/all/themes/fragnebenan/js/script.js", function(){ | |
console.log('script laden'); | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment