mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-06-06 17:51:15 -04:00
Testing some view changes. Smaller font, bigger icons.
This commit is contained in:
parent
774742b98c
commit
c186be6cb5
230 changed files with 109 additions and 60 deletions
|
@ -114,7 +114,7 @@ modulejs.define('ext/select', ['_', '$', 'core/settings', 'core/resource', 'core
|
|||
initItem = function (item) {
|
||||
|
||||
if (item.$view) {
|
||||
item.$view
|
||||
item.$view.find('a')
|
||||
.on('mouseenter', function () {
|
||||
|
||||
$('#selector').remove();
|
||||
|
@ -142,7 +142,7 @@ modulejs.define('ext/select', ['_', '$', 'core/settings', 'core/resource', 'core
|
|||
|
||||
onLocationChanged = function (item) {
|
||||
|
||||
_.each(item.content, initItem);
|
||||
// _.each(item.content, initItem);
|
||||
publish();
|
||||
},
|
||||
|
||||
|
@ -150,7 +150,7 @@ modulejs.define('ext/select', ['_', '$', 'core/settings', 'core/resource', 'core
|
|||
|
||||
var selectionChanged = false;
|
||||
|
||||
_.each(added, initItem);
|
||||
// _.each(added, initItem);
|
||||
_.each(removed, function (item) {
|
||||
|
||||
if (item.$view && item.$view.hasClass('selected')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue