Skip to content

Commit 8cddca6

Browse files
committed
main.js Main.js olarak düzeltildi
Linux sunucular üzerinde büyük-küçük harf duyarlılığı olduğu için uygulamanın js dosyasını erişilmeye çalışılırken  ortaya çıkan 404 hatası giderildi.
1 parent a4c09a9 commit 8cddca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/chatPage.jade

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ html(lang="en")
55
link(href='http://fonts.googleapis.com/css?family=Asap', rel='stylesheet', type='text/css')
66
script(type='text/javascript', src='https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js')
77
script(type='text/javascript', src='/socket.io/socket.io.js')
8-
script(type='text/javascript', src='/javascripts/main.js')
8+
script(type='text/javascript', src='/javascripts/Main.js')
99
body
1010
div(id='isimGirisEkrani', style='padding: 10px; border: #98A942 1px solid; width: 540px; margin-bottom: 10px; font-family: "Asap", Trebuchet MS, sans-serif; font-size: 14px;')
1111
span İsminizi giriniz :
@@ -19,4 +19,4 @@ html(lang="en")
1919
div(style='float:left;width: 400px;padding:10px;margin-left: 20px;border: 1px solid #98A942;')
2020
div(id='konusmaPenceresi', style='background-color: #FFFFC0; padding: 10px; border: 1px solid #E7E7A8;')
2121
input(id='mesaj', style='width:280px;')
22-
input(type='button', id='mesajiYolla', value='Mesaj Gonder')
22+
input(type='button', id='mesajiYolla', value='Mesaj Gonder')

0 commit comments

Comments
 (0)