Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.

Commit

Permalink
Server: switch jQuery CDN
Browse files Browse the repository at this point in the history
Closes #1656
  • Loading branch information
M66B committed May 13, 2014
1 parent a2dfdb4 commit 752511b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function log_error($message, $my_email, $data = null) {
$signature = bin2hex($signature);

if (empty($signature) || $signature != $data->signature) {
log_error('fetch: not authorized', $my_email, $data);
//log_error('fetch: not authorized', $my_email, $data);
echo json_encode(array('ok' => false, 'errno' => 301, 'error' => 'Not authorized'));
exit();
}
Expand Down Expand Up @@ -687,7 +687,7 @@ function log_error($message, $my_email, $data = null) {
?>
</div>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script>
jQuery(document).ready(function($) {
Expand Down

0 comments on commit 752511b

Please sign in to comment.