﻿$(function(){UpdateRecipeBox()});function btnDelete_Click(c,b){var a=$("#"+b);a.siblings(".loading").show();PageMethods.DeleteRecipeFromRecipeBox(c,d,e);function d(){var b=a.parents("tr:first");b.fadeOut("500",function(){UpdateRecipeBox()})}function e(){}}function UpdateRecipeBox(){var b="#divEmptyRecipeBox",a="#divRecipeBox";if($("#tblRecipeBoxTable tbody tr:visible").length<2){$(a).hide();$(b).show()}else{$(b).hide();$(a).show()}}function hlAddToRecipeBox_Click(e,b,d,c){var a="#RecipeBoxSpinner";$("#"+b).hide();$(a).show();PageMethods.set_path(c);PageMethods.AddRecipeToRecipeBox(e,f,g);function f(b){b==true&&$(a).fadeOut(500,function(){$("#"+d).fadeIn(500)})}function g(){$(a).hide();$("#"+b).show()}};
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();