Codereview: enkele unused variabelen verwijderd
svn path=/Website/branches/v2017.2/; revision=35795
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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,"."));
|
||||
|
||||
|
||||
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user