Skip to content

Commit

Permalink
Files modification.
Browse files Browse the repository at this point in the history
  • Loading branch information
geodatasource committed Mar 13, 2017
1 parent 5c2b0cf commit 4de6767
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ After that, the region dropdown will be automatically refresh on the change of c
<html>
<head>
<meta charset="UTF-8">
<script src="gds_cr.min.js"></script>
<script src="geodatasource-cr.min.js"></script>
</head>
<body>

Expand Down Expand Up @@ -41,7 +41,7 @@ If you are using Twitter Bootstrap, you may refer to the below example for the i
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="gds_cr.min.js"></script>
<script src="geodatasource-cr.min.js"></script>
</head>
<body>
<div class="container">
Expand Down
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>Country-Region DropDown Menu</title>
<script src="gds_cr.min.js"></script>
<script src="geodatasource-cr.min.js"></script>
</head>
<body>

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4de6767

Please sign in to comment.