From 09e0e5f1056ba227ebdf1351abf4e14dcfdd66c7 Mon Sep 17 00:00:00 2001 From: davetaz Date: Tue, 15 Nov 2016 14:14:42 +0000 Subject: [PATCH 1/4] Update bower.json --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index c147647..e314069 100644 --- a/bower.json +++ b/bower.json @@ -5,8 +5,8 @@ "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)", + "displayName": "IDB Theme", + "theme": "IDB Theme", "description": "A custom theme for ODI modules (Inter American Development Bank edition)", "main": "js/idb.js", "keywords": [ From 857f1f52b50aed4fb4c8425bb6eb6c4f3057a41a Mon Sep 17 00:00:00 2001 From: davetaz Date: Tue, 15 Nov 2016 14:15:04 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 36db81e23c996835a53c01b0f2d63674548e394f Mon Sep 17 00:00:00 2001 From: Dave Tarrant Date: Tue, 15 Nov 2016 14:19:09 +0000 Subject: [PATCH 3/4] Updated --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index e314069..ce55941 100644 --- a/bower.json +++ b/bower.json @@ -3,8 +3,8 @@ "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", + "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)", From bab611d35808143099f8bb74797f0791da09eba0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 9 Dec 2016 09:24:35 -0500 Subject: [PATCH 4/4] Adding theme name --- js/idb.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +}