mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 13:17:03 +03:00
fixed open source code button
This commit is contained in:
parent
61025cf4dc
commit
addd4310aa
|
@ -50,7 +50,7 @@
|
||||||
<ul>
|
<ul>
|
||||||
<li class="active withripple" data-target="#about">Material Design for Bootstrap</li>
|
<li class="active withripple" data-target="#about">Material Design for Bootstrap</li>
|
||||||
<li class="withripple" data-target="#getting-started">Getting Started</li>
|
<li class="withripple" data-target="#getting-started">Getting Started</li>
|
||||||
<li><a href="bootstrap-elements.html" target="_blank">Bootstrap elements <i class="mdi-action-open-in-new"></i></a>
|
<li><a href="bootstrap-elements.html" target="_blank">Bootstrap elements <i class="material-icons">open_in_new</i></a>
|
||||||
</li>
|
</li>
|
||||||
<li class="withripple" data-target="#checkbox">Checkbox</li>
|
<li class="withripple" data-target="#checkbox">Checkbox</li>
|
||||||
<li class="withripple" data-target="#radio-button">Radio Button</li>
|
<li class="withripple" data-target="#radio-button">Radio Button</li>
|
||||||
|
@ -880,7 +880,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-2">
|
<div class="col-xs-2">
|
||||||
<button type="button" class="btn btn-fab btn-material-grey-200 opensource">
|
<button type="button" class="btn btn-fab btn-material-grey-200 opensource">
|
||||||
<i class="mdi-action-open-in-new"></i>
|
<i class="material-icons">open_in_new</i>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1009,7 +1009,7 @@
|
||||||
return lines;
|
return lines;
|
||||||
}
|
}
|
||||||
|
|
||||||
$("#opensource").click(function () {
|
$(".opensource").click(function () {
|
||||||
$.get(window.location.href, function (data) {
|
$.get(window.location.href, function (data) {
|
||||||
var html = $(data).find(window.page).html();
|
var html = $(data).find(window.page).html();
|
||||||
html = cleanSource(html);
|
html = cleanSource(html);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user