diff --git a/README.md b/README.md index acf76b2..21565c9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# adapt-theme-wbtz +# adapt-theme-idb This theme is adapted from the adapt vanilla theme diff --git a/bower.json b/bower.json index c147647..ce55941 100644 --- a/bower.json +++ b/bower.json @@ -3,10 +3,10 @@ "repository": "git@github.com:bcave/adapt-theme-idb.git", "framework": "^2.0.0", "version": "0.2.0", - "homepage": "https://github.com/davetaz/adapt-theme-idb", - "issues": "https://github.com/davetaz/adapt-theme-idb/issues", - "displayName": "Tanzania (WB)", - "theme": "Tanzania (WB)", + "homepage": "https://github.com/bcave/adapt-theme-idb", + "issues": "https://github.com/bcave/adapt-theme-idb/issues", + "displayName": "IDB Theme", + "theme": "IDB Theme", "description": "A custom theme for ODI modules (Inter American Development Bank edition)", "main": "js/idb.js", "keywords": [ diff --git a/js/idb.js b/js/idb.js index 7c55860..6eec9ca 100644 --- a/js/idb.js +++ b/js/idb.js @@ -1,3 +1,4 @@ +var theme="IDB"; define(function(require) { var Adapt = require('coreJS/adapt'); @@ -156,4 +157,4 @@ function callTrigger(type) { if (type == "credits:showCredits") { Adapt.trigger('credits:showCredits'); } -} \ No newline at end of file +}