Skip to content
  • This project
    • Loading...
  • Sign in

sayhoChun / kcSpecialVehicle

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • kcSpecialVehicle
  • web
  • inc
  • php
  • header.php
  • sayhoChun's avatar
    initial commit · 00f7359b
    00f7359b
    sayhoChun committed 2017-02-13 09:30:06 +0900
header.php 262 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<? include $_SERVER["DOCUMENT_ROOT"] . "/web/inc/php/metaData.php" ?>
<script language="javascript">

$(document).ready(function(){

	$(".jBack").click2(function(){
		//location.href = history.back() ;
		history.back() ;
		return false ;
	});


}) ;


</script>