Skip to content

Commit

Permalink
Merge pull request #235 from crossroads/master
Browse files Browse the repository at this point in the history
#Feb2019Release1
  • Loading branch information
abhinav098 authored Feb 22, 2019
2 parents 03c3e64 + b08c96d commit e9014b3
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 106 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"moment" : true,
"airbrakeJs": true,
"io": true,
"UserVoice": true,
"braintree": true
},
"browser" : true,
Expand Down
36 changes: 0 additions & 36 deletions app/components/user-voice.js

This file was deleted.

2 changes: 1 addition & 1 deletion app/controllers/item/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default MessagesBaseController.extend({
return;
}

this.get("messageBox").confirm(this.get("i18n").t("delete_confirm"), () => {
this.get("messageBox").custom(this.get("i18n").t("delete_confirm"), this.get("i18n").t("not_now"), null, this.get("i18n").t("item.cancel"), () => {
this.set("cancelByDonor", true);
var loadingView = getOwner(controller).lookup('component:loading').append();

Expand Down
1 change: 0 additions & 1 deletion app/locales/en/translations.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ I18nTranslationsEn =
"menu":
"support_gc": "Support GoodCity!"
"faq": "Frequently Asked Questions"
"feedback": "Feedback & Support"
"rate": "Rate this app"

"application":
Expand Down
1 change: 0 additions & 1 deletion app/locales/zh-tw/translations.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ I18nTranslationsZhTw =
"menu":
"support_gc": "支持好人好市!"
"faq": "常見問題"
"feedback": "回饋與支援"
"rate": "在iTunes上評分"

"application":
Expand Down
1 change: 0 additions & 1 deletion app/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Router.map(function() {
this.route('tour');
this.route('register');
this.route('faq');
this.route('feedback');
this.route('support');

this.route('offers', function () {
Expand Down
14 changes: 0 additions & 14 deletions app/routes/feedback.js

This file was deleted.

1 change: 0 additions & 1 deletion app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

/* template specific */
@import "templates/tour";
@import "templates/uservoice";
@import "templates/components/braintree_form";
@import "templates/support";
@import "templates/loading_image";
Expand Down
9 changes: 0 additions & 9 deletions app/styles/templates/_uservoice.scss

This file was deleted.

3 changes: 0 additions & 3 deletions app/templates/app_menu_list.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

<li>{{#link-to 'faq' (query-params questionAnchor=null)}}{{t "menu.faq"}}{{/link-to}}</li>

{{#unless (js-and (is-production) cordova.iOSDevice)}}
<li>{{#link-to 'feedback'}}{{t "menu.feedback"}}{{/link-to}}</li>
{{/unless}}

{{#if isMobileApp}}
<li>
Expand Down
5 changes: 0 additions & 5 deletions app/templates/components/user-voice.hbs

This file was deleted.

27 changes: 0 additions & 27 deletions app/templates/feedback.hbs

This file was deleted.

2 changes: 0 additions & 2 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,5 @@ module.exports = function(defaults) {
destDir: '/img'
});

app.import('vendor/uservoice/uservoice.js');

return app.toTree();
};
4 changes: 0 additions & 4 deletions vendor/uservoice/uservoice.js

This file was deleted.

0 comments on commit e9014b3

Please sign in to comment.