Edit D:\AVA\AVAStandard\AVA.ResourcesPlatform.AdminUI\JS\app.js
??indow.flash = function flash(str) { var temp = $(".flash_messages").first().clone(true); $(temp).children().filter("p").html(str); $(".flash_messages").last().before($(temp)); $(temp).fadeIn(); setTimeout(function () { $(temp).fadeOut(); }, 10000); } //window.alert = function alert(str) { // flash(str); //} $(document).ready(function () { $(".flash_messages").hide(); }); $(window).on("load resize", function () { //if (getInternetExplorerVersion() != 8.0) { // var height = $(document).height() - $('#header').height() - $('#footer').height(); // $('.app-sidebar').height(height - 32); //} $("#divMain").css("min-height", ($(document).height() - $(".navbar.navbar-default").height())); if ($(".navbar-collapse").height() > 60) { $(".invisiable_4_short").hide(); } else { $(".invisiable_4_short").show(); } }); //window.console.log = function (args) { // alert(args); //} //if (window.console == undefined) { //} $(document).ready(function () { if ($("#frmSearch").length > 0) { $("#frmSearch input").on("keydown", function (event) { var keyCode = event.keyCode ? event.keyCode : event.which ? event.which : event.charCode; if (keyCode == 13) { if (typeof (GoSearch) == "function") { GoSearch(this); } } }); } $(document).on("click",".trsel", function (e) { console.log(e.target,$(e.target).attr('checked')); if($(e.target).attr('checked') == "checked") { $(e.target).parent().parent().css("background-color", "#FFFFCA"); } else { $(e.target).parent().parent().removeAttr("style"); } }); $("ul.submenu").on("shown.bs.collapse", function (e) { if ($('#sidebar').height() + 50 >= $(document).height()) { var h = $("body").height()-50; $("#accordion_menu").height(h).css("overflow","auto").css("overflow-x","hidden"); } }); });
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de