mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-18 21:42:55 +01:00
fixes #2665
This commit is contained in:
@@ -58,7 +58,8 @@ define('admin/appearance/skins', function() {
|
||||
url: theme.preview,
|
||||
css: theme.cssCdn
|
||||
};
|
||||
})
|
||||
}),
|
||||
showRevert: true
|
||||
}, function(html) {
|
||||
themeContainer.html(html);
|
||||
});
|
||||
|
||||
@@ -16,10 +16,12 @@
|
||||
<div class="clear"></div>
|
||||
</li>
|
||||
<!-- END themes -->
|
||||
<!-- IF showRevert -->
|
||||
<li data-type="bootswatch" data-theme="" data-css="">
|
||||
<div class="pull-right">
|
||||
<button class="btn btn-primary pull-right" data-action="use">Revert</button>
|
||||
</div>
|
||||
<h4>No Skin</h4>
|
||||
<p>Remove applied skin and revert back to the base colours</p>
|
||||
</li>
|
||||
</li>
|
||||
<!-- ENDIF showRevert -->
|
||||
Reference in New Issue
Block a user