403Webshell
Server IP : 80.241.246.6  /  Your IP : 216.73.216.188
Web Server : Apache/2.4.25 (Debian)
System : Linux kharagauli 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User : www-data ( 33)
PHP Version : 7.0.33-0+deb9u12
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/kharagauli_new/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/kharagauli_new/js/small_script.js
   //ხარაგაულის მუნიციპალიტეტი

    $('.calendar_clicker').click(function () {
        $('.fixed-calendar-div').toggleClass("display_none");
    });
	//search
	$('.search-icon').click(function (e) {
		$(this).toggleClass("hidden-xs");
        $('.search-div').toggleClass("hidden-xs");
		 e.stopPropagation();
    });
	$('body').click(function (e) {
		if (!$(e.target).is('.search-div *, .search-results-div *')) {
            $('.search-icon').removeClass("hidden-xs");
			$('.search-div').addClass("hidden-xs");
        }
    });

    $('ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) {
        // Avoid following the href location when clicking
        event.preventDefault();
        // Avoid having the menu to close when clicking
        event.stopPropagation();
        // Re-add .open to parent sub-menu item
        $(this).parent().addClass('open');
        var aria = $(this).attr('aria-expanded');

        if(aria == 'true')
        {
            $(this).attr('aria-expanded', 'false');
            $(this).parent().removeClass('open');
        }
        else
        {
            console.log(1);
            $(this).attr('aria-expanded', 'true');
            $(this).parent().addClass('open');
        }
        
    });

    function if_form_not_empty(){
        if(!document.getElementById("search").value.replace(/\s/g,'').length)return false;
    }

  //   function initialize() {

  //       var myLatlng = new google.maps.LatLng({$map.lat},{$map.lon});
		// //var myLatlng = new google.maps.LatLng(1212,1212);
  //       var mapOptions = {
  //           mapTypeId: google.maps.MapTypeId.ROADMAP,
  //           zoom: 15,
  //           mapMaker: true,
  //           center: myLatlng,
  //           scrollwheel: false
  //       };
  //       var map = new google.maps.Map(document.getElementById('map'),
  //               mapOptions);
  //       var title = '{$map.{"info_"|cat:$_class_->_lang}}';
  //       var contentString = '<div id="content">' +
  //               '<div id="siteNotice">' +
  //               '</div>' +
  //               '<h1 id="firstHeading" class="firstHeading" style="font-size:20px;">' + title + '</h1>' +
  //               '<div id="bodyContent">' +
  //               '</div>' +
  //               '</div>';

  //       var infowindow = new google.maps.InfoWindow({
  //           content: contentString
  //       });


  //       var marker = new google.maps.Marker({
  //           position: myLatlng,
  //           map: map,
  //           title: 'rustaveli.ge'
  //       });

  //       google.maps.event.addListener(marker, 'click', function () {
  //           infowindow.open(map, marker);
  //       });
  //       /*google.maps.event.addListener(map, 'click', function() {
  //        infowindow.open(map,marker);
  //        });*/

  //   }
   // google.maps.event.addDomListener(window, 'load', initialize);

Youez - 2016 - github.com/yon3zu
LinuXploit