debug stuff
This commit is contained in:
parent
5d03811e20
commit
ebb024d202
@ -38,4 +38,18 @@
|
||||
<public>***REMOVED***</public>
|
||||
</live>
|
||||
</stripe>
|
||||
<twilio>
|
||||
<sid>_KEY_</sid>
|
||||
<token>_KEY_</token>
|
||||
<hostname>_DOMAIN_</hostname>
|
||||
<outgoing>+1_PHONE_</outgoing>
|
||||
</twilio>
|
||||
<phaxio>
|
||||
<key>_KEY_</key>
|
||||
<secret>_KEY_</secret>
|
||||
</phaxio>
|
||||
<phaxio2>
|
||||
<key>_KEY_</key>
|
||||
<secret>_KEY_</secret>
|
||||
</phaxio2>
|
||||
</data>
|
||||
@ -98,7 +98,7 @@ App.loadPaymentinfo = function() {
|
||||
App.loadCommunity = function(id) {
|
||||
App.cache('Community',id, function() {
|
||||
App.community = App.cached['Community'][id];
|
||||
|
||||
console.log(App.community, id);
|
||||
if (!App.community.id_community) {
|
||||
$('.main-content').show();
|
||||
$('.main-content').html('invalid community');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user