Skip to content

Commit

Permalink
Merge pull request #11 from eballo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Enric Ballo authored Nov 22, 2016
2 parents babcf1f + 02672a7 commit 59ac8a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Interactive Map of Catalunya SVG/VML and RaphaëlJs - Demo V6.0</title>
<title>Interactive Map of Catalunya SVG/VML and RaphaëlJs - Demo V6.1</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="SVG/VML Interactive Catalunya Map">
<meta name="author" content="Enric Ballo">
Expand All @@ -22,7 +22,7 @@
</head>
<body>

<h1 class="page-header">Interactive Map of Catalunya SVG/VML and RaphaëlJs - Demo v6.0</h1>
<h1 class="page-header">Interactive Map of Catalunya SVG/VML and RaphaëlJs - Demo v6.1</h1>

<a href="https://github.com/eballo/catalunya-map"><img style="position: absolute; top: 0; right: 0; border: 0;" src="img/forkme_right_darkblue.png" alt="Fork me on GitHub"></a>

Expand Down
2 changes: 1 addition & 1 deletion js/catalunya-map-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $(function () {
var mapWidth = mapInitWidth; //map width variable
var mapHeight = mapInitHeight; //map height variable

var debug = true; //enable/disable debug mode
var debug = false; //enable/disable debug mode
var responsive = true;
var useText = true;

Expand Down

0 comments on commit 59ac8a6

Please sign in to comment.