mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-21 14:44:07 +01:00
move nifty js calls to respective pages to reduce js execution a bit (on every page)
This commit is contained in:
parent
3a56d2bdd2
commit
1d64ca0f34
4 changed files with 19 additions and 5 deletions
|
|
@ -61,4 +61,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script type="text/javascript">
|
||||
window.onload=function(){
|
||||
Nifty("div#project_new_project_container","normal");
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue