Fix wrong links in example.

`.global.` is no more used.
This commit is contained in:
Hyunje Alex Jun
2015-02-12 20:08:09 +00:00
parent 41ca0246ad
commit 17aac6c8c8
16 changed files with 15 additions and 15 deletions

View File

@@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>perfect-scrollbar example</title>
<link href="../dist/css/perfect-scrollbar.css" rel="stylesheet">
<script src="../dist/js/perfect-scrollbar.global.js"></script>
<script src="../dist/js/perfect-scrollbar.js"></script>
<style>
#iframe { width: 100%; min-height: 450px; border: 0; }
html { direction: rtl; }