Fix selector for handyflash

This commit is contained in:
Jan Bader 2016-05-14 14:16:42 +02:00
parent 34823598a5
commit 2fc2529aa0

View File

@ -11,7 +11,7 @@
(function() { (function() {
'use strict'; 'use strict';
jQuery("article").each( jQuery("article.rate").each(
function(i, tarif) { function(i, tarif) {
var grundgebuehr_text = jQuery(tarif).find(".tariff_price").text(); var grundgebuehr_text = jQuery(tarif).find(".tariff_price").text();
var grundgebuehr = parseFloat(grundgebuehr_text.split("€")[0].replace(',', '.')); var grundgebuehr = parseFloat(grundgebuehr_text.split("€")[0].replace(',', '.'));