Skip to content

Instantly share code, notes, and snippets.

@digitalgeneralist
Created March 15, 2016 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save digitalgeneralist/6f5ea265c82f84bcff70 to your computer and use it in GitHub Desktop.
Save digitalgeneralist/6f5ea265c82f84bcff70 to your computer and use it in GitHub Desktop.
(function($) {
// fileinput bei android deaktivieren
if(navigator.userAgent.match(/Android/i)){}else{
$.getScript("sites/all/themes/fragnebenan/js/fileinput.min.js", function(){
console.log('fileinput laden');
});
}
})(jQuery);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment