Skip to content

Commit

Permalink
[save]
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Benc committed Aug 5, 2015
1 parent c906245 commit 4892be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $Behavior.adminMenuClick = function()
if ($('#phpfox_store_load').length && !$('#phpfox_store').length) {
var url = 'https://store.phpfox.us/';

url = 'http://81.170.225.46/moxi9/moxi9.com/';
// url = 'http://localhost/moxi9/moxi9.com/';
$('body').prepend('<iframe src="' + url + $('#phpfox_store_load').data('load') + '?iframe-mode=' + $('#phpfox_store_load').data('token') + '" id="phpfox_store"></iframe>');
$('#phpfox_store').addClass('built').css({
width: $(window).width() - 200,
Expand Down

0 comments on commit 4892be2

Please sign in to comment.