Widget Sort Handle - Be consistent with class naming convention (s/_/-/).

This commit is contained in:
NOYB 2018-01-27 14:28:03 -08:00 committed by Franco Fichtner
parent 68499b04c1
commit 83993afaf6
3 changed files with 4 additions and 4 deletions

View File

@ -125,7 +125,7 @@ body{
min-width: 320px;
}
.widget_sort_handle {
.widget-sort-handle {
touch-action: none; }
.page-head{

View File

@ -5478,7 +5478,7 @@ body {
touch-action: manipulation;
min-width: 320px; }
.widget_sort_handle {
.widget-sort-handle {
touch-action: none; }
.page-head {

View File

@ -275,7 +275,7 @@ include("fbegin.inc");?>
// sortable widgets
$(".dashboard_grid_column").sortable({
handle: '.widget_sort_handle',
handle: '.widget-sort-handle',
group: 'dashboard_grid_column',
itemSelector: '.widgetdiv',
containerSelector: '.dashboard_grid_column',
@ -392,7 +392,7 @@ include("fbegin.inc");?>
</div>
</li>
</ul>
<div class="container-fluid widget_sort_handle">
<div class="container-fluid widget-sort-handle">
</div>
</header>
<div class="content-box-main collapse in" id="<?= $widgetItem['name'] ?>-container" style="display:<?= $mindiv ?>">