Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed Dardouri committed Jun 9, 2015
1 parent c4d9151 commit 0b7381b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/company/script_1.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ page_script({
$('a[data-toggle="tab"].sp_tabs').on('shown.bs.tab', function (e) {
$($(e.target).attr("href")).masonry();
});
settimeout(function (){
setTimeout(function (){
$('.js-masonry').masonry();
},1000);

Expand Down
2 changes: 1 addition & 1 deletion pages/company/script_1.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pages/company/script_2.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ page_script({
$('a[data-toggle="tab"].sp_tabs').on('shown.bs.tab', function (e) {
$($(e.target).attr("href")).masonry();
})
settimeout(function (){
setTimeout(function (){
$('.js-masonry').masonry();
},1000);

Expand Down
2 changes: 1 addition & 1 deletion pages/company/script_2.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b7381b

Please sign in to comment.