Codereview: enkele unused variabelen verwijderd

svn path=/Website/branches/v2017.2/; revision=35795
This commit is contained in:
Jos Groot Lipman
2017-10-24 08:49:51 +00:00
parent 56f1472375
commit c66544f61b
5 changed files with 0 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ function init_budgetmutatie()
{
// model_bgt_budgetmutatie hook_pre_edit variabelen:
var parent_key = budget_key;
var init_key = mutatie_key;
if (mutatie_key == -1)
{

View File

@@ -112,7 +112,6 @@ function change_opdracht()
function change_totaal()
{
// bereken btwbedrag (vat) adhv btw-percentage bij kostensoort.
var btw_incl = $("#order option:selected").attr("incl_btw") == "1";
var btw_perc = parseFloat($("#order option:selected").attr("perc_btw").replace(/,/g,"."));
var amount = parseFloat($("#total").val().replace(/,/g,"."));

View File

@@ -457,7 +457,6 @@ function showActions(event) // event op de mouseover van resultsettable
var hambImg = $(this).find("div.hamburger").children()[0];
var trHeight = $(this).outerHeight();
var outBounds = $(window.parent).outerHeight() < $(window).outerHeight();
var pageHeight = outBounds ? $(window.parent).outerHeight() : $(window).outerHeight();
var dropDownHeight = $actiondiv.outerHeight();

View File

@@ -502,7 +502,6 @@ function show_fixed_faq(changed, fixed_faq)
{
var $tbl = $("#mldFaq").find("table");
var stdm = ['I', 'S', 'X'];
var alg = [null, 'X', 'L', 'G', 'V', 'R'];
var error = fixed_faq == null; // veld verkeerd of leeg 'ingevuld'
var plaatsChanged = changed >= 2 && changed <= 5;

View File

@@ -332,7 +332,6 @@ function mld_show_kennisbank(data)
{
var $tbl = $("#mldFaq").find("table");
var stdm = ['I', 'S', 'X'];
var alg = [null, 'X', 'L', 'G', 'V', 'R'];
var changed = data.changed;
var error = data.fixed_faq == null; // veld verkeerd of leeg 'ingevuld'