This commit is contained in:
theory 2014-09-17 00:12:21 -07:00
parent c7a87dede8
commit 60060293be

View File

@ -48,7 +48,7 @@
</li>
</ul>
<script>
gun = Gun([location + 'gun']);
gun = Gun([location.origin + '/gun']);
angular.module('admin', [
]).controller('editor', function($scope){