Skip to content

Commit

Permalink
Try to address cross domain issues in Opera.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 5, 2012
1 parent 3d0cab1 commit 9e3db51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion themes/cakephp/static/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
if (/cakephp\.org/.test(document.domain)) {
document.domain = 'cakephp.org';
}

App = {};

App.Book = (function() {

function init() {
Expand Down

0 comments on commit 9e3db51

Please sign in to comment.