Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# adapt-theme-wbtz
# adapt-theme-idb

This theme is adapted from the adapt vanilla theme

Expand Down
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
3 changes: 2 additions & 1 deletion js/idb.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
var theme="IDB";
define(function(require) {

var Adapt = require('coreJS/adapt');
Expand Down Expand Up @@ -156,4 +157,4 @@ function callTrigger(type) {
if (type == "credits:showCredits") {
Adapt.trigger('credits:showCredits');
}
}
}