Hello,
When i tried to purchase a subscription via Emerald and Stripe, i was redirected to /component/cobalt/?task=ajax.mainJS&Itemid=1 after successful, witch gave this text on white site. In successful-redirect in Emerald i have set a valid url to Conent, https://trollfjordweb.no/aktivert-abonnement
**var Cobalt = {};
var _gaq = _gaq || [];
(function($) {
var floatnum = [];
Cobalt.typeahead = function(el, post, options) {
if(!$(el).length) return;
var labels = [], mapped = [];
options = options || {};
$(el).typeahead({
items: options.limit || 10,
source: function(query, process) {
post.q = query;
post.limit = options.limit || 10;
return $.get(options.url || Cobalt.field_call_url, post, function(data) {
if(!data) return;
if(!data.result) return;
labels[el] = [];
mapped[el] = {};
$.each(data.result, function(i, item) {
mapped[el][item.label] = item.value
labels[el].push(item.label)
});
return process(labels[el]);
}, 'json');
},
updater: function(item) {
return mapped[el][item];
}
});
};
Cobalt.formatInt = function(el) {
var cur = el.value;
reg = /[^\d]+/;
cur = cur.replace(reg, "");
el.value = cur;
};
Cobalt.formatFloat = function(obj, decimal, max, val_max, val_min, field_id, msg) {
if(floatnum[obj.id] == obj.value) {
return;
}
var cur = obj.value;
cur = cur.replace(',', '.');
cur = cur.replace('..', '.');
var sign = '';
if(cur.indexOf('-') == 0) {
sign = '-';
cur = cur.substr(1, cur.length);
} else if(cur.indexOf('+') == 0) {
sign = '+';
cur = cur.substr(1, cur.length);
}
if(decimal > 0) {
reg = /[^\d\.]+/;
} else {
reg = /[^\d]+/;
}
cur = cur.replace(reg, '');
cur = sign + cur;
if((cur.lastIndexOf('.') >= 0) && (cur.indexOf('.') > 0) && (cur.indexOf('.') < cur.lastIndexOf('.'))) {
reg2 = /\.$/;
cur = cur.replace(reg2, '');
}
if(cur) {
var myRe = /^([^\.]+)(.*)/i;
var myArray = myRe.exec(cur);
number = myArray[1];
rest = myArray[2];
if(number.length > decimal) {
cur = number.substr(0, max) + rest;
}
if(decimal > 0 && (cur.indexOf('.') > 0)) {
myRe = /([^\.]+)\.([^\.]*)/i;
myArray = myRe.exec(cur);
number = myArray[1];
float = myArray[2];
if(float.length > decimal) {
cur = number + '.' + float.substr(0, decimal);
}
}
if(val_max && val_min) {
if(parseFloat(cur) > val_max) {
cur = val_max;
Cobalt.fieldError(field_id, msg);
}
if(parseFloat(cur) < val_min) {
cur = val_min;
Cobalt.fieldError(field_id, msg);
}
}
}
obj.value = cur;
floatnum[obj.id] = obj.value;
};
Cobalt.redrawBS = function() {
$('*[rel^="tooltip"]').tooltip();
$('*[rel="popover"]').popover();
$('.tip-bottom').tooltip({placement: "bottom"});
jQuery('.radio.btn-group label').addClass('btn');
jQuery(".btn-group label:not(.active)").click(function() {
var label = jQuery(this);
var input = jQuery('#' + label.attr('for'));
if(!input.prop('checked')) {
label.closest('.btn-group').find("label").removeClass('active btn-success btn-danger btn-primary');
if(input.val() == '') {
label.addClass('active btn-primary');
} else if(input.val() == 0) {
label.addClass('active btn-danger');
} else {
label.addClass('active btn-success');
}
input.prop('checked', true);
}
});
jQuery(".btn-group input[checked=checked]").each(function() {
if(jQuery(this).val() == '') {
jQuery("label[for=" + jQuery(this).attr('id') + "]").addClass('active btn-primary');
} else if(jQuery(this).val() == 0) {
jQuery("label[for=" + jQuery(this).attr('id') + "]").addClass('active btn-danger');
} else {
jQuery("label[for=" + jQuery(this).attr('id') + "]").addClass('active btn-success');
}
});
};
Cobalt.setAndSubmit = function(el, val) {
var elm = jQuery('#' + el);
elm.val(val).attr('selected', true);
elm.parents('form').submit();
};
Cobalt.checkAndSubmit = function(el) {
var elm = jQuery(el);
elm.attr('checked', true);
setTimeout(function() {
elm.parents('form').submit();
}, 200);
};
Cobalt.yesno = function(yes, no) {
var y = $(yes);
var n = $(no);
y.on('click', function() {
y.addClass('btn-primary');
n.removeClass('btn-primary');
$('input[type="radio"]', n).removeAttr('checked', 'checked');
$('input[type="radio"]', y).attr('checked', 'checked');
});
n.on('click', function() {
n.addClass('btn-primary');
y.removeClass('btn-primary');
$('input[type="radio"]', y).removeAttr('checked', 'checked');
$('input[type="radio"]', n).attr('checked', 'checked');
});
}
Cobalt.CleanCompare = function(return_url, section) {
$('#compare').slideUp('fast');
$.ajax({
url: '/component/cobalt/?task=ajax.compareclean&tmpl=component',
type: 'POST',
data: {
section_id: section
}
}).done(function(json) {
if(return_url) {
window.location = return_url;
}
$("a[id^=compare_]").each(function() {
$(this).show();
$(this).removeClass('hide');
$(this).removeAttr('style');
});
});
};
Cobalt.CompareRecord = function(id, section) {
var button = $('#compare_' + id);
$('img', button).attr('src', '/components/com_cobalt/images/load.gif');
$.ajax({
url: '/component/cobalt/?task=ajax.compare&tmpl=component',
dataType: 'json',
type: 'POST',
data: {
record_id: id,
section_id: section
}
}).done(function(json) {
button.hide();
if(!json) {
return;
}
$('img', button).attr('src', '/media/mint/icons/16/edit-diff.png');
$('#compare div.alert').removeClass('alert-warning').addClass('alert-info');
$('#compare').slideDown('fast', function() {
$('html, body').animate({scrollTop: $("#compare").offset().top}, 500);
});
if(!json.success) {
$('#compare div.alert h4').html(json.error);
$('#compare div.alert').addClass('alert-warning').removeClass('alert-info');
//alert(json.error);
return;
}
$('#compare div.alert h4').html('You have ' + json.result + ' articles to compare. Do you want to see compare view now?');
if(_gaq) {
_gaq.push(['_trackEvent', 'Compare', id]);
}
});
};
Cobalt.RepostRecord = function(id, section) {
var button = $('#repost_' + id);
$('img', button).attr('src', '/components/com_cobalt/images/load.gif');
$.ajax({
url: '/component/cobalt/?task=ajax.repost&tmpl=component',
dataType: 'json',
type: 'POST',
data: {
record_id: id,
section_id: section
}
}).done(function(json) {
button.hide();
if(!json) {
return;
}
if(!json.success) {
alert(json.error);
return;
}
if(_gaq) {
_gaq.push(['_trackEvent', 'Repost', id]);
}
});
};
Cobalt.followRecord = function(id, section) {
$('#follow_record_' + id).attr('src', '/components/com_cobalt/images/load.gif');
$.ajax({
url: '/component/cobalt/?task=ajax.follow&tmpl=component',
context: $('#follow_record_' + id),
dataType: 'json',
type: 'POST',
data: {
record_id: id,
section_id: section
}
}).done(function(json) {
if(!json) {
return;
}
if(!json.success) {
alert(json.error);
return;
}
$(this)
.attr('src', '/media/mint/icons/16/follow' + json.state + '.png')
.attr('data-original-title', json.title);
Cobalt.redrawBS();
if(_gaq) {
_gaq.push(['_trackEvent', 'Follow', json.state == 1 ? 'Unfollow Record' : 'Follow Record', json.rtitle]);
}
});
};
Cobalt.bookmarkRecord = function(id, img) {
$('#bookmark_' + id).attr('src', '/components/com_cobalt/images/load.gif');
$.ajax({
url: '/component/cobalt/?task=ajax.bookmark&tmpl=component',
context: $('#bookmark_' + id),
dataType: 'json',
type: 'POST',
data: {
record_id: id
}
}).done(function(json) {
if(!json) {
return;
}
if(!json.success) {
alert(json.error);
return;
}
$(this)
.attr('src', '/media/mint/icons/bookmarks/' + img + '/state' + json.state + '.png')
.attr('data-original-title', json.title);
Cobalt.redrawBS();
if(_gaq) {
_gaq.push(['_trackEvent', 'Bookmark', json.state == 1 ? 'Remove' : 'Add', json.rtitle]);
}
});
};
Cobalt.followSection = function(id) {
$('#follow_' + id).attr('src', '/components/com_cobalt/images/load.gif');
$.ajax({
url: '/component/cobalt/?task=ajax.followsection&tmpl=component',
context: $('#follow_' + id),
dataType: 'json',
type: 'POST',
data: {
section_id: id
}
}).done(function(json) {
if(!json) {
return;
}
if(!json.success) {
alert(json.error);
return;
}
$('#follow_' + id).attr('src', '/media/mint/icons/16/follow' + (json.state.toInt() ? 0 : 1) + '.png');
$('#followtext_' + id).html(json.title);
if(json.state == 0) {
$('#followsec-' + id).addClass('btn-primary').bind('mouseleave',function() {
$(this).removeClass('btn-danger').addClass('btn-primary');
$('#followtext_' + id).html('Following Section');
}).bind('mouseenter', function() {
$(this).removeClass('btn-primary').addClass('btn-danger');
$('#followtext_' + id).html('Unfollow Section');
});
}
else {
$('#followsec-' + id).removeClass('btn-primary btn-danger').unbind('mouseenter mouseleave').prop("onmouseover", null).prop("onmouseout", null);
}
if(_gaq) {
_gaq.push(['_trackEvent', 'Follow', json.state == 1 ? 'Unfollow Section' : 'Follow Section', json.name]);
}
});
};
Cobalt.followUser = function(id, section) {
$('#followuser_' + id).attr('src', '/components/com_cobalt/images/load.gif');
$.ajax({
url: '/component/cobalt/?task=ajax.followuser&tmpl=component',
dataType: 'json',
type: 'POST',
data: {
user_id: id,
section_id: section
}
}).done(function(json) {
if(!json) {
return;
}
if(!json.success) {
alert(json.error);
return;
}
$('#followuser_' + id).attr('src', '/media/mint/icons/16/follow' + (json.state.toInt() ? 0 : 1) + '.png');
$('#followtext_' + id).html(json.title);
if(json.state == 0) {
$('#followuser-' + id).addClass('btn-primary').bind('mouseleave',function() {
$(this).removeClass('btn-danger').addClass('btn-primary');
$('#followtext_' + id).html(json.title);
}).bind('mouseenter', function() {
$(this).removeClass('btn-primary').addClass('btn-danger');
$('#followtext_' + id).html(json.title2);
});
}
else {
$('#followuser-' + id).removeClass('btn-primary btn-danger').unbind('mouseenter mouseleave').prop("onmouseover", null).prop("onmouseout", null);
}
if(_gaq) {
_gaq.push(['_trackEvent', 'Follow', json.state == 1 ? 'Unfollow User' : 'Follow User', json.name]);
}
});
};
Cobalt.followCat = function(id, section) {
$('#follow_' + id).attr('src', '/components/com_cobalt/images/load.gif');
$.ajax({
url: '/component/cobalt/?task=ajax.followcat&tmpl=component',
dataType: 'json',
type: 'POST',
data: {
cat_id: id,
section_id: section
}
}).done(function(json) {
if(!json) {
return;
}
if(!json.success) {
alert(json.error);
return;
}
$('#follow_' + id).attr('src', '/media/mint/icons/16/follow' + (json.state.toInt() ? 0 : 1) + '.png');
$('#followtext_' + id).html(json.title);
if(json.state == 0) {
$('#followcat-' + id).addClass('btn-primary').bind('mouseleave',function() {
$(this).removeClass('btn-danger').addClass('btn-primary');
$('#followtext_' + id).html('Following Category');
}).bind('mouseenter', function() {
$(this).removeClass('btn-primary').addClass('btn-danger');
$('#followtext_' + id).html('Unfollow Category');
});
}
else {
$('#followcat-' + id).removeClass('btn-primary btn-danger').unbind('mouseenter mouseleave').prop("onmouseover", null).prop("onmouseout", null);
}
if(_gaq) {
_gaq.push(['_trackEvent', 'Follow', json.state == 1 ? 'Unfollow Category' : 'Follow Category', json.name]);
}
});
};
Cobalt.ItemRatingCallBackMulti = function(vote, ident, index) {
Cobalt.ItemRatingCallBackSingle(vote, ident, index, true);
};
Cobalt.ItemRatingCallBackSingle = function(vote, ident, index, multi) {
var old_html = $('#rating-text-' + ident).html();
$('#rating-text-' + ident).addClass('progress progress-striped active').html('<div class="bar" style="width: 100%;">Processing...</div>');
$.ajax({
url: '/component/cobalt/?task=rate.record&tmpl=component',
dataType: 'json',
type: 'POST',
data: {vote: vote, id: ident, index: index}
}).done(function(json) {
$('#rating-text-' + ident).removeClass('progress progress-striped active').html(' ');
if(!json) {
return;
}
if(!json.success) {
$('#rating-text-' + ident).html(old_html);
alert(json.error);
return;
}
$('#rating-text-' + ident).html('' + json.result + '% of ' + json.votes + ' votes');
if(json.result) {
if(multi) {
var fname = eval('newRating' + index + '_' + ident);
fname.setCurrentStar(vote);
}
var fname = eval('newRating500_' + ident);
fname.setCurrentStar(json.result);
}
if(_gaq) {
_gaq.push(['_trackEvent', 'Record', 'Rated', json.name, vote]);
}
});
};
Cobalt.cleanFilter = function(name) {
$('#' + name).val(1);
Joomla.submitbutton('records.clean');
};
Cobalt.applyFilter = function(name, val, type) {
var el = $('#adminForm');
if(type) {
var inp3 = $(document.createElement('input'))
.attr('type', 'hidden')
.attr('value', 'filter_type')
.attr('name', 'filter_name[1]');
var inp4 = $(document.createElement('input'))
.attr('type', 'hidden')
.attr('value', type)
.attr('name', 'filter_val[1]');
el.append(inp3);
el.append(inp4);
}
var inp1 = $(document.createElement('input'))
.attr('type', 'hidden')
.attr('value', name)
.attr('name', 'filter_name[0]');
var inp2 = $(document.createElement('input'))
.attr('type', 'hidden')
.attr('value', val)
.attr('name', 'filter_val[0]');
el.append(inp1);
el.append(inp2);
Joomla.submitbutton('records.filter');
if(_gaq) {
_gaq.push(['_trackEvent', 'Filter', name, val]);
}
};
Cobalt.showAddForm = function(id) {
var link = $('#show_variant_link_' + id).clone();
var data = JSON.decode(link.attr('rel'));
var container = $('#variant_' + id);
var input = $(document.createElement('input'))
.attr('name', 'your_variant_' + data.id)
.attr('type', 'text');
var ba = $(document.createElement('button'))
.attr('type', 'button')
.attr('class', 'btn')
.html('<img src="/media/mint/icons/16/plus-button.png" /> Add');
var bc = $(document.createElement('button'))
.attr('type', 'button')
.attr('class', 'btn')
.html('<img src="/media/mint/icons/16/minus-button.png" /> Close');
var bg = $(document.createElement('div'))
.attr('class', 'input-append')
.append(input).append(ba).append(bc);
bc.click(function(el) {
input.val('');
container.html('');
container.append(link);
});
ba.click(function(el) {
if(!input.val()) {
alert('Enter value');
return;
}
var inpname = 'jform[fields][' + data.id + ']';
if(data.inputtype == 'checkbox') {
inpname += '[]';
}
if(data.inputtype == 'option') {
var inpt = $(document.createElement('option'))
.attr('value', input.val())
.attr('selected', 'selected')
.html(input.val())
.click(function() {
Cobalt.countFieldValues(this, data.id, data.limit, data.inputtype);
});
var sel = $('#form_field_list_' + data.id);
sel.append(inpt);
sel.trigger("liszt:updated");
if(data.field_type == 'multiselect') {
sel.attr('size', (parseInt(sel.attr('size')) + 1));
}
}
else {
var inpt = $(document.createElement('input'))
.attr({
value: input.val(),
selected: 'selected',
checked: 'checked',
type: data.inputtype,
name: inpname
})
.click(function() {
Cobalt.countFieldValues(this, data.id, data.limit, data.inputtype);
});
$(document.createElement('div')).attr({'class': 'row-fluid'})
.append($(document.createElement('div'))
.attr({'class': 'span12'})
.append($(document.createElement('label'))
.attr({'class': data.inputtype})
.append(inpt, input.val())))
.appendTo($('#elements-list-' + data.id));
}
Cobalt.countFieldValues(inpt, data.id, data.limit, data.inputtype);
bc.trigger('click');
});
container.html('');
container.append(bg);
};
Cobalt.countFieldValues = function(val, field_id, limit, type) {
Cobalt.fieldError(field_id);
if(limit <= 0) {
return;
}
var field = $('[name^=jform\\[fields\\]\\[' + field_id + '\\]]');
var selected = 0;
if(type == 'checkbox') {
$.each(field, function(key, obj) {
if(obj.checked) {
selected++;
}
});
}
if(type == 'option') {
$.each(field[0].options, function(key, obj) {
if(obj.selected) {
selected++;
}
});
}
if(type == 'select') {
selected = val.getSelected().length;
}
if(selected > limit) {
var msg = 'You have reached the limit of <b>'+limit+'</b> options';
Cobalt.fieldError(field_id, msg);
if(type == 'checkbox') {
val.removeAttr('checked', '');
}
else if(type == 'option') {
val.removeAttr('selected', '');
}
else if(type == 'select') {
$.each(val.getSelected(), function(k, v) {
if(k + 1 > limit) {
v.selected = false;
}
});
}
}
};
Cobalt.fieldError = function(id, msg) {
var box = $('#field-alert-' + id);
var control = box.closest('.control-group');
if(msg) {
box.html(msg);
box.slideDown('quick', function() {
control.addClass('error').click(function() {
Cobalt.fieldErrorClear(id);
});
});
} else {
Cobalt.fieldErrorClear(id);
}
};
Cobalt.fieldErrorClear = function(id) {
var box = $('#field-alert-' + id);
var control = box.closest('.control-group');
box.html('').slideUp('quick');
control.unbind('click').removeClass('error');
};
Cobalt.setAndSubmit = function(el, val) {
var elm = $('#' + el);
elm.val(val);
elm.parents('form').submit();
};
Cobalt.editComment = function(id, parent, record) {
var url = '/component/cobalt/?view=comment&tmpl=component' + '&id=' + id;
if(parent) {
url += '&parent_id=' + parent + '&record_id=' + record;
}
var iframe = $(document.createElement('iframe')).attr({
'src': url,
'frameborder': "0",
'width': "100%",
'height': "600px"
});
$('#commentframe').html(iframe);
if(id) {
$('#commentlabel').html('Edit comment');
}
else {
$('#commentlabel').html('Add new comment');
}
};
Cobalt.field_call_url = '/component/cobalt/?task=ajax.field_call&tmpl=component';
}(jQuery));
function trackComment(comment, id) {
jQuery.ajax({
url: '/component/cobalt/?task=ajax.trackcomment&tmpl=component',
data: {
record_id: id
}
});
}
function getSelectionHtml() {
var html = "";
if(typeof window.getSelection != "undefined") {
var sel = window.getSelection();
if(sel.rangeCount) {
var container = document.createElement("div");
for(var i = 0, len = sel.rangeCount; i < len; ++i) {
container.appendChild(sel.getRangeAt(i).cloneContents());
}
html = container.innerHTML;
}
} else if(typeof document.selection != "undefined") {
if(document.selection.type == "Text") {
html = document.selection.createRange().htmlText;
}
}
return html;
}**
Hello,
When i tried to purchase a subscription via Emerald and Stripe, i was redirected to /component/cobalt/?task=ajax.mainJS&Itemid=1 after successful, witch gave this text on white site. In successful-redirect in Emerald i have set a valid url to Conent, https://trollfjordweb.no/aktivert-abonnement
**var Cobalt = {}; var _gaq = _gaq || [];
(function($) { var floatnum = [];
}(jQuery));
function trackComment(comment, id) { jQuery.ajax({ url: '/component/cobalt/?task=ajax.trackcomment&tmpl=component', data: { record_id: id } }); }
function getSelectionHtml() { var html = ""; if(typeof window.getSelection != "undefined") { var sel = window.getSelection(); if(sel.rangeCount) { var container = document.createElement("div"); for(var i = 0, len = sel.rangeCount; i < len; ++i) { container.appendChild(sel.getRangeAt(i).cloneContents()); } html = container.innerHTML; } } else if(typeof document.selection != "undefined") { if(document.selection.type == "Text") { html = document.selection.createRange().htmlText; } } return html; }**