Merge branch 'master' of https://github.com/crunchbutton/crunchbutton
This commit is contained in:
commit
dce979c294
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
$r = Crunchbutton_Message_Push_Ios::send([
|
||||
'to' => '8d9b2a99aa4754686eb76ff3a20c007c808470a7327107e786f6cf0e1696f7ac',
|
||||
'message' => 'test',
|
||||
@ -10,8 +10,10 @@ $r = Crunchbutton_Message_Push_Ios::send([
|
||||
]);
|
||||
|
||||
exit;
|
||||
*/
|
||||
|
||||
$n = Admin_Notification::o(833);
|
||||
|
||||
$n = Admin_Notification::o(5701);
|
||||
$o = Crunchbutton_Order::o(46000);
|
||||
|
||||
$r = $n->send($o);
|
||||
|
||||
@ -187,8 +187,8 @@
|
||||
<p>
|
||||
Push a button. Get food. We find the best food from the top local restaurants so you dont have to.
|
||||
<br><br>
|
||||
Mail us: <a href="mailto:hello@crunchbutton.com">hello@crunchbutton.com</a><br>
|
||||
Text us: <a href="tel:+16467831444">(646) 783-1444</a>
|
||||
Mail us: <a href="mailto:{{hello}}">{{hello}}</a><br>
|
||||
Text us: <a href="tel:+1{{textUs}}">{{textUsFormatted}}</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="footer-column-info">
|
||||
|
||||
@ -325,7 +325,12 @@ NGApp.controller('AppController', function ($scope, $route, $http, $routeParams,
|
||||
App.http = $http;
|
||||
$rootScope.hasFacebook = App.hasFacebook;
|
||||
$rootScope.topCommunities = App.topCommunities;
|
||||
|
||||
var hello = 'moc.nottubhcnurc@olleh'.split('').reverse().join('');
|
||||
$scope.hello = hello;
|
||||
var textUs = '4441387646'.split('').reverse().join('');
|
||||
$scope.textUs = textUs;
|
||||
var textUsFormatted = '4441-387 )646('.split('').reverse().join('');
|
||||
$scope.textUsFormatted = textUsFormatted;
|
||||
|
||||
// hack to fix the phonegap bug at android with soft keyboard #2908
|
||||
$rootScope.softKeyboard = function( e ){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user