Skip to content
This repository was archived by the owner on Jan 13, 2020. It is now read-only.

Commit 9132dea

Browse files
authored
Update index.html
fix https
1 parent 4f93032 commit 9132dea

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

index.html

+16-3
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
.dd3-handle:before { content: '≡'; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 20px; font-weight: normal; }
138138
.dd3-handle:hover { background: #ddd; }
139139

140+
/**
141+
* Socialite
142+
*/
143+
144+
.socialite { display: block; float: left; height: 35px; }
145+
140146
</style>
141147
</head>
142148
<body>
@@ -145,7 +151,14 @@ <h1>Nestable</h1>
145151

146152
<p>Drag &amp; drop hierarchical list with mouse and touch compatibility (jQuery plugin)</p>
147153

148-
<p><strong><a href="https://github.com/dbushell/Nestable">Code on GitHub</a></strong></p>
154+
<p><strong><a href="https://github.com/dbushell/Nestable">Download on GitHub</a></strong></p>
155+
156+
<div class="cf">
157+
<a href="http://twitter.com/share" class="socialite twitter-share" data-via="dbushell" data-text="jQuery Nestable plugin" data-url="http://dbushell.github.com/Nestable/" data-size="large" rel="nofollow" target="_blank">
158+
<span class="vhidden">Share on Twitter</span>
159+
</a>
160+
</div>
161+
149162

150163
<p><strong>PLEASE NOTE: I cannot provide any support or guidance beyond this README. If this code helps you that's great but I have no plans to develop Nestable beyond this demo (it's not a final product and has limited functionality). I cannot reply to any requests for help.</strong></p>
151164

@@ -248,9 +261,9 @@ <h1>Nestable</h1>
248261

249262
</div>
250263

251-
<p class="small">Copyright &copy; <a href="http://dbushell.com/">David Bushell</a> | Made for <a href="http://www.browserlondon.com/">Browser</a></p>
264+
<p class="small">Copyright &copy; <a href="https://dbushell.com/">David Bushell</a> | Made for <a href="http://www.browserlondon.com/">Browser</a></p>
252265

253-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
266+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
254267
<script src="jquery.nestable.js"></script>
255268
<script>
256269

0 commit comments

Comments
 (0)