parent
9a8545e689
commit
7ea4956a13
|
|
@ -96,7 +96,6 @@
|
||||||
<script>
|
<script>
|
||||||
var terms = '@(string.Join(";", Model.Terms.Select(s=>string.Format("{0}:{1}:{2}", s.tmno, s.tyear, s.tseq))))';
|
var terms = '@(string.Join(";", Model.Terms.Select(s=>string.Format("{0}:{1}:{2}", s.tmno, s.tyear, s.tseq))))';
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
alert('2');
|
|
||||||
if ('@(Model.IsProf)' == 'True' && '@(ViewBag.SSPWC)' == 'True') {
|
if ('@(Model.IsProf)' == 'True' && '@(ViewBag.SSPWC)' == 'True') {
|
||||||
showramemainlayer('/user/pwchange');
|
showramemainlayer('/user/pwchange');
|
||||||
$("#mainlayerframe").css("width", "520px");
|
$("#mainlayerframe").css("width", "520px");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue