Production mode javascript issues
Reported by Scott Miller | May 20th, 2009 @ 05:32 PM | in 0.9.7 "Steinitz"
in production mode, the all.js repeats three times and the calendar date select does not work:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<meta content='text/html; charset=utf-8' http-equiv='Content-Type' />
<title>accounts : show</title>
<link href="/stylesheets/all.css?1242864668" media="screen" rel="stylesheet" type="text/css" />
<link href="/stylesheets/all.css?1242864668" media="screen" rel="stylesheet" type="text/css" />
<style>
li.opportunity .won { background:lightgreen; }
li.opportunity .analysis { background:mistyrose; }
li.opportunity .lost { background:pink; }
li.opportunity .presentation { background:wheat; }
li.opportunity .proposal { background:thistle; }
li.opportunity .negotiation { background:skyblue; }
li.opportunity .prospecting { background:lavender; }
li.opportunity .final_review { background:aquamarine; }
li.opportunity .qualification { background:paleturquoise; }
</style>
<script src="/javascripts/all.js?1242597119" type="text/javascript"></script>
<script src="/javascripts/all.js?1242597119" type="text/javascript"></script>
<script src="/javascripts/all.js?1242597119" type="text/javascript"></script>
<script type='text/javascript'></script>
Comments and changes to this ticket
-
Mike Dvorkin May 20th, 2009 @ 06:05 PM
- State changed from new to open
-
Mike Dvorkin May 21st, 2009 @ 11:03 PM
- State changed from open to resolved
(from [c36decc51216a3f8a6be5674f95b1a7347ec04c3]) Fixed JavaScript and CSS caching issues in production environment [#48 state:resolved] http://github.com/michaeldv/fat_free_crm/commit/c36decc51216a3f8a6b...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby on Rails CRM platform for Web 2.0 and beyond
People watching this ticket
Tags
Referenced by
- 48 Production mode javascript issues (from [c36decc51216a3f8a6be5674f95b1a7347ec04c3]) Fixed J...