diff --git a/apps/elm.ico b/apps/elm.ico new file mode 100644 index 0000000..d7057bd Binary files /dev/null and b/apps/elm.ico differ diff --git a/js/apps.js b/js/apps.js index ceafee0..5748cea 100644 --- a/js/apps.js +++ b/js/apps.js @@ -614,6 +614,11 @@ var appinfo = { url: 'http://ionicframework.com/', priority: 1.5 }, + 'Elm': { + icon: 'elm.ico', + url: 'http://elm-lang.org/', + priority: 1.5 + }, 'D3': { icon: 'D3.svg', url: 'http://d3js.org/', diff --git a/js/detector.js b/js/detector.js index 419ac35..846c584 100644 --- a/js/detector.js +++ b/js/detector.js @@ -399,6 +399,9 @@ 'Ionic': function () { return window.Ionic || window.ionic; }, + 'Elm': function () { + return window.Elm; + }, 'Ning': function() { return window.ning; },