Skip to content

Commit

Permalink
typo in numbers.js - 'connected'
Browse files Browse the repository at this point in the history
  • Loading branch information
stammy committed Nov 12, 2010
1 parent 28ccedb commit e963a8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions assets/j/compiled/1003/numbers.js

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

4 changes: 2 additions & 2 deletions assets/j/compiled/1004/numbers.js

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

4 changes: 2 additions & 2 deletions assets/j/numbers.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ $(document).ready(function() {
if(data.success) {
$('option[value=0]', select_flow).remove();
select_flow.data('old_val', data.id);
$.notify($('.incoming-number-phone', row).text() + ' is now conected to '+$('option:selected', row).text());
$.notify($('.incoming-number-phone', row).text() + ' is now connected to '+$('option:selected', row).text());
$('.incoming-number-flow', row).children('select, p, span').toggle();
} else {
if(data.message) $.notify(data.message);
Expand All @@ -106,7 +106,7 @@ $(document).ready(function() {
if(data.success) {
$('option[value=0]', select_flow).remove();
select_flow.data('old_val', data.id);
$.notify($('.incoming-number-phone', row).text() + ' is now conected to '+$('option:selected', row).text());
$.notify($('.incoming-number-phone', row).text() + ' is now connected to '+$('option:selected', row).text());
$('.incoming-number-flow', row).children('select, p, span').toggle();
} else {
if(data.message) $.notify(data.message);
Expand Down

0 comments on commit e963a8b

Please sign in to comment.