responsive layout design changes
This commit is contained in:
parent
acf49e112e
commit
a0e8775b12
8 changed files with 76 additions and 63 deletions
|
@ -124,9 +124,11 @@
|
|||
};
|
||||
$rootScope.showArtists = function () {
|
||||
$('#left-component').css('display', '');
|
||||
$('#right-component').removeClass('lgcolumn_expandedleft');
|
||||
};
|
||||
$rootScope.hideArtists = function () {
|
||||
$('#left-component').css('display', 'none');
|
||||
$('#right-component').addClass('lgcolumn_expandedleft');
|
||||
};
|
||||
$scope.toggleArtists = function () {
|
||||
if ($('#left-component').css('display') == 'none') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue