Alexey Boroda
/
extrem-new
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
bd997c0298fdf4a50c9cccac1a8bd7876dba8c15
Authored by
Eugeny Galkovskiy
2016-10-20 12:44:52 +0300
1 parent
6e68374a
123
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/site/index.php
Inline
Side-by-side
frontend/views/site/index.php
Wrap text
Show/Hide comments
View file @
bd997c0
...
...
@@ -135,5 +135,5 @@ $this->title = "Главная";
135
135
</section>
136
136
</div>
137
137
<script>
138
- $("
body").find(".container.cont").css("maxWidth", "100%"
);
138
+ $("
.container.cont").css({"maxWidth":"100%"}
);
139
139
</script>
140
140
\ No newline at end of file
...
...